generator-bode
v2.0.0
Published
Yeoman generator for bootstrapping node or npm package
Downloads
3
Maintainers
Readme
Bode Generator
/$$$$$$$ /$$
| $$__ $$ | $$
| $$ \ $$ /$$$$$$ /$$$$$$$ /$$$$$$
| $$$$$$$ /$$__ $$ /$$__ $$ /$$__ $$
| $$__ $$| $$ \ $$| $$ | $$| $$$$$$$$
| $$ \ $$| $$ | $$| $$ | $$| $$_____/
| $$$$$$$/| $$$$$$/| $$$$$$$| $$$$$$$
|_______/ \______/ \_______/ \_______/
Scaffold out a Node.js module
Yeoman generator for bootstrapping npm package with following options
- Gulp
- Grunt
- None inspired by Sindre Sorhus node-module-boilerplate
for unit test cases, following options are available
- Nodeunit
- Mocha with chai
- None
Supports Github scaffold options i.e. git init
, git remote add
and creating repo on github
Install
$ npm install --global generator-bode
Usage
$ yo bode
Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.
Run Test
npm test
Contribute or Report Issue
For bugs and feature requests, please create an issue.
License
MIT © Yashprit