gmb
v0.1.0
Published
Generate Module Boilerplate
Downloads
5
Maintainers
Readme
gmb
Generate (node) Module Boilerplate
A cli tool to generate npm project boilerplate files
Installation
$ npm install -g gmb
Usage
Generate Module Boilerplate
Usage
$ gmb [options]
Options
-b Add .babelrc to your project.
-e Add .eslintrc to your project.
-g Add .gitignore to your project.
--license, -l Add LICENSE to your project.
-p Add package.json to your project.
-r Add README.md to your project.
-t Add .travis.yml to your project.
Examples
Generate .travis.yml
$ gmb -t
Generate GNU license
$ gmb --license gnu
Generate .eslintrc, .gitignore, .babelrc
$ gmb -egb
Options
LICENSE
- GNU
- MIT
- Apache
- WTFPL
Future
- Enable user arguments
- More personalize
License
MIT © Jonathan Chan