npm.io
0.1.1 • Published 2d agoCLI

@voltlaunchrr/plugin-cli

Licence
MIT
Version
0.1.1
Deps
5
Size
123 kB
Vulns
0
Weekly
0
Stars
2

@voltlaunchrr/plugin-cli

CLI tool for creating, validating, and packaging Volt extensions.

Quick Start

npm install -g @voltlaunchrr/plugin-cli
# or: bun add -g @voltlaunchrr/plugin-cli
# or: pnpm add -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 entry

Commands

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.