1.3.0 • Published 10 years ago

generator-nodule v1.3.0

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

generator-nodule

A node.js module generator for Yeoman.

Build Status

Installation

To install generator-nodule from npm, run:

$ npm install -g generator-nodule

Finally, initiate the generator:

$ yo nodule

This generator will install the following files:

  • package-json.
  • Gruntfile.js : configured to use the following grunt modules:
    • grunt-complexity - show code complexity
    • grunt-contrib-watch - watch for changes then run tests
    • grunt-mocha-cli - run mocha tests
    • grunt-bump - easily release versions
  • .travis.yml : for continous integration.
  • .gitignore : ignore the usual stuff.
  • LICENSE - MIT license initialized with your details.
  • README.md - Initialized with your details and travis-ci badges.
  • index.js - dummy javascript file
  • test/index.js - unit tests using mocha and chai
1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

3.2.0

10 years ago

3.1.0

10 years ago

3.0.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago