apitree-cli-example
Example project CLI application
Requirements
- Node.js >= 13.x
- Yarn >= 1.22.x
Installation
npm iDevelopment
Run in development mode (help)
yarn run dev --helpRun create command
yarn run dev create --name awesome-applicationRun update command
yarn run dev updateBuild application
Build application
npm run buildPublish in localhost (after build)
npm packnpm i -g apitree-apitree-cli-example-0.1.0-alpha.1.tgzPublish to remote repository
You must own NPM repository (logged in NPM or with .npmrc file)
npm publishRun application
After publish (localhost or remote)
at-example create --name awesome-appor with aliasses
at-example c -n awesome-app