@holdmyticket/hmt-riot-cli
v2.8.0
Published
Riot command line utility
Downloads
42
Readme
Riot cli
BUILD
Update package.json with new version
Run
make testAdd and commit
Tag the version
git tag -s vX.X.X -m 'vX.X.X'Push it to Github
git push
git push origin tag vX.X.XPublish to NPMJS
npm login
npm publishCommand line tool to precompile riot tags
Installation
Normally this tool is available directly installing riot via npm:
$ npm install riot -g
But it's also available as standalone package:
$ npm install riot-cli -g
