@appneural/cli-command
v0.0.9
Published
Scaffolds APPNEURAL CLI command packages so they match the existing `appneural-cli-*` projects.
Readme
appneural-cli-command
Scaffolds APPNEURAL CLI command packages so they match the existing appneural-cli-* projects.
Usage
anx command create <name>: scaffold a new command package.- Provide
--descriptionto set the command description or--dirto pick the target directory.
After creation, update the generated command/service files, run npm install, and npm run build in the new package before publishing.
