A CLI for carlotz development.
This CLI uses the gluegun open source library to help scaffold and build out commands.
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
npm link
carlotz-dev-cli help
to confirm linked properly. At this point the CLI can be used from any directory
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 publish
MIT - see LICENSE