/$$$$$$$ /$$
| $$__ $$ | $$
| $$ \ $$ /$$$$$$ /$$$$$$$ /$$$$$$
| $$$$$$$ /$$__ $$ /$$__ $$ /$$__ $$
| $$__ $$| $$ \ $$| $$ | $$| $$$$$$$$
| $$ \ $$| $$ | $$| $$ | $$| $$_____/
| $$$$$$$/| $$$$$$/| $$$$$$$| $$$$$$$
|_______/ \______/ \_______/ \_______/
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
$ npm install --global generator-bode$ yo bodeNote 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.
npm testFor bugs and feature requests, please create an issue.
MIT © Yashprit
