1.0.9 • Published 9 years ago

js-module v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

JS Module

A JavaScript project boilerplate scaffolding tool to start building a JavaScript module.

Install

npm install js-module -g

Use

Run js-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)
  7. Create new Pull Request

License

'MIT © Ryan Burgess

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago