0.0.1 • Published 8 years ago

generator-jsmodules v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-jsmodules NPM version Build Status Dependency Status

Scaffold out a node module

Install

First, install Yeoman and generator-jsmodules using npm (we assume you have pre-installed node.js).

npm install -g yo generator-jsmodules

Then generate your new project:

yo jsmodules

Usage

Generate your new project with yo:

yo jsmodules

There are multiple command-line options available:

$ yo jsmodules --help

  Usage:
    yo jsmodules [options]

  Options:
    --help          # Print the generator's options and usage
    --skip-cache    # Do not remember prompt answers                      Default: false
    --skip-install  # Do not automatically install dependencies           Default: false
    --cli           # Add a CLI
    --coverage      # Add code coverage with nyc
    --coveralls     # Upload coverage to coveralls.io (implies --coverage)

License

MIT © Sota Yamashita