ziro-cli
v1.0.0
Published
A cli tool for the ziro projects
Downloads
2
Maintainers
Readme
Ziro CLI
This is a command line tool for using the Ziro projects.
Install
npm install --global ziro-app
Commands
Create
ziro create app example-app
This will create a Ziro app in the example-app
directory.
Contributing
Clone the repo and then run npm link.
cd ziro-cli
npm link
npm run watch
cd ../../ # Some other directory
npm link ziro-cli
ziro help # This will run from your local.
Publishing
npm run build
npm add .
npm commit -m "Something"
npm push origin main
npm publish