CLI to support the hybrid app development.
Run npm install @scriptpilot/app-cli --save-dev
Run npx app
to see all commands
Run npx app <command>
to run a command
Testing requires the Demo App cloned on the same level as this repository.
Run commands with node app <command>
To publish a new version to NPM:
- Update the
README.md
file - Bump the version in the
package.json
file - Run
npm publish
(first call with--access public
) - Commit and push changes to GitHub