A JavaScript project boilerplate scaffolding tool to start building a JavaScript module.
npm install js-modulejs-module` in a directory where you'd like to start a new JavaScript module.Release History
* 1.0.9: Update prompt message.
* 1.0.8: Use command prompt questions to build module.
* 1.0.7: Add 'use strict' to default index.js.
* 1.0.6: Add license info to default readme.
* 1.0.5: Add semicolon to default module.
* 1.0.4: Small updates to documentation and generated readme.
* 1.0.3: Grunt JSHint ignore node_modules directory.
* 1.0.2: update generator tool.
* 1.0.1: update documentation.
* 1.0.0: Initial release.Contributing
1. Fork it
2. Run npm install
3. Run Grunt watch grunt watch
4. Create your feature branch (git checkout -b my-new-feature)
5. Commit your changes (git commit -am "Add some feature")
6. Push to the branch (git push origin my-new-feature`)