0.2.2 • Published 3 years ago
@scriptpilot/app-cli v0.2.2
App CLI
CLI to support the hybrid app development.
Installation
Run npm install @scriptpilot/app-cli --save-dev
Usage
Run npx app to see all commands
Run npx app <command> to run a command
Package Development
Testing
Testing requires the Demo App cloned on the same level as this repository.
Run commands with node app <command>
Publishing
To publish a new version to NPM:
- Update the
README.mdfile - Bump the version in the
package.jsonfile - Run
npm publish(first call with--access public) - Commit and push changes to GitHub