@voltlaunchrr/plugin-cli
v0.1.0
Published
CLI for creating, testing, and publishing Volt extensions
Downloads
21
Readme
@voltlaunchrr/plugin-cli
CLI tool for creating, validating, and packaging Volt extensions.
Quick Start
npm install -g @voltlaunchrr/plugin-cli
volt-plugin init my-extension # Scaffold a new extension
volt-plugin test # Validate manifest, interface, and types
volt-plugin publish # Package and generate registry entryCommands
| Command | Description |
|---------|-------------|
| init [name] | Scaffold a new extension with interactive prompts |
| test | Validate manifest, plugin interface, and TypeScript types |
| publish | Create ZIP package and generate registry entry |
Full Documentation
See docs/cli.md for the complete reference including manifest format, categories, permissions, and development setup.
