Tagged articles

npx

5 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
Jul 5, 2026 · Frontend Development

Create a Cyberpunk Terminal‑Style Web PPT with AI‑Generated Skills

The article demonstrates how to use an AI Agent skill to generate a single‑file HTML presentation styled as a cyberpunk terminal console, eliminating the need for PowerPoint or design tools, and outlines suitable use cases, interactive features, example output, and the command‑line steps to install the skill.

AI skillFrontendcyberpunk
0 likes · 4 min read
Create a Cyberpunk Terminal‑Style Web PPT with AI‑Generated Skills
IoT Full-Stack Technology
IoT Full-Stack Technology
Jun 27, 2026 · Artificial Intelligence

How Developers Use SKILL to Generate AI Diagrams Quickly

The article introduces three open‑source AI drawing tools—fireworks‑tech‑graph, markdown‑viewer, and architecture‑diagram—showing how developers can install them with a single npx command, feed natural‑language architecture descriptions, and instantly obtain SVG, PNG, or HTML diagrams for communication and documentation.

AI drawingGitHubarchitecture diagram
0 likes · 4 min read
How Developers Use SKILL to Generate AI Diagrams Quickly
IoT Full-Stack Technology
IoT Full-Stack Technology
Jun 26, 2026 · Artificial Intelligence

How Developers Can Use AI Skills to Generate Technical Diagrams

The article introduces three AI‑powered drawing tools—fireworks‑tech‑graph, markdown‑viewer, and architecture‑diagram—showing how developers can install them via npx, describe architecture in natural language, and automatically produce publication‑grade SVG or PNG diagrams with concrete command examples and screenshots.

AI drawingCLIOpen Source
0 likes · 4 min read
How Developers Can Use AI Skills to Generate Technical Diagrams
Tencent Cloud Developer
Tencent Cloud Developer
Mar 26, 2018 · Backend Development

Comprehensive Guide to npm: Initialization, Dependency Management, Versioning, Scripts, and Best Practices

This comprehensive npm guide explains initializing projects with npm init (including custom defaults), installing and linking local, Git, or private packages, understanding version‑tree changes across npm 2‑5, using semver, managing dependencies and lock files, leveraging npm scripts, npx, configuration files, engine constraints, and essential best‑practice recommendations for stable, reproducible front‑end development.

dependencynpmnpm scripts
0 likes · 31 min read
Comprehensive Guide to npm: Initialization, Dependency Management, Versioning, Scripts, and Best Practices