torsion
v0.0.1
Published
torsion CLI
Downloads
2
Readme
torsion CLI
A CLI for torsion.
Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
Publishing to NPM
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm lint
$ npm test
(if typescript, run `npm run build` here)
$ npm pack
$ npm publish <name of tgz file here>
$ rm <name of tgz file here>
License
MIT - see LICENSE