TheShooter89 / bartlet-cli

Bartlet-CLI, a deadly simple, surprisingly efficient multipurpose CLI to automate boring tiny and repetitive tasks as create a React component (and Node or ES6 too) minimum boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bartlet-cli CLI

A CLI for bartlet-cli.

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 publish

License

MIT - see LICENSE

About

Bartlet-CLI, a deadly simple, surprisingly efficient multipurpose CLI to automate boring tiny and repetitive tasks as create a React component (and Node or ES6 too) minimum boilerplate

License:MIT License


Languages

Language:JavaScript 83.0%Language:HTML 16.3%Language:Shell 0.6%