0.0.1 • Published 7 years ago

torsion v0.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

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