crewcode-plugin-cli
v0.1.2
Published
Command-line tool for scaffolding, developing, and packaging CrewCode plugins.
Maintainers
Readme
crewcode-plugin-cli
Command-line tool for scaffolding, developing, and packaging CrewCode plugins. Exposes the crewcode binary.
Install
npm install -g crewcode-plugin-cliOr run without installing:
npx crewcode-plugin-cli plugin listQuick start
crewcode plugin list # show all templates
crewcode plugin create my-plugin --template static-panel
crewcode plugin dev ./my-plugin # live-install for development
crewcode plugin package ./my-plugin # build a distributable archiveCommands
crewcode plugin list— list every bundled template with its aliases and description.crewcode plugin create <id>— scaffold a local plugin from a bundled template. Flags:--template,--out,--name,--force.crewcode plugin dev [pluginDir]— validate and install a plugin into~/.crewcode/plugins(override withCREWCODE_PLUGINS_DIR) as a symlink/junction by default. Flags:--copy,--build,--watch.crewcode plugin package [pluginDir]— validate, optionally build, and write a.crewcode-plugin.tgzplus a SHA-256 summary JSON. Flag:--no-build.
Templates
Run crewcode plugin list for the current set with descriptions. Each has short aliases, e.g. --template panel, --template react, --template mcp.
License
Apache-2.0.
