0.1.5 • Published 10 years ago

generator-easy-node v0.1.5

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

Node Generator Build Status

Create a node.js module with Yeoman, including nodeunit unit tests.

This generator is based on generator-node, authored by the yeoman team.

This is original from generator-node, but easy-node modify the following features.

  1. Move /test/ folder to root folder.
  2. Move /lib/ folder to root folder.
  3. Add bower.json
  4. Add component.json
  5. Add default keywords and ask for the keywords needed (generator-node add this feature)
  6. Add cli.js (generator-node implement this)
  7. Add .travis.yml test for node 0.11
  8. Not yet implement this (Add an examples dir, with basic example template.)
  9. Not yet implement this too (Ask browser for user)

Installation

Install the generator by running: npm install -g generator-easy-node.

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

yo easy-node

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.

License

MIT License

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0-stable

10 years ago

0.1.0

10 years ago

0.0.0-building

10 years ago