generator-leelow-nm

0.9.6 • Public • Published

generator-leelow-nm

NPM downloads Travis build status Appveyor build status Coveralls coverage status JavaScript Style Guide

Scaffold out a node module

Install

$ npm install --global yo generator-leelow-nm

Usage

With yo:

$ yo leelow-nm

There are multiple command-line options available:

$ yo nm --help

  Usage:
    yo nm [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
    --org           # Publish to a GitHub organization account
    --yarn          # Use yarn instead of npm
    --travis        # Use travis-ci.org for continuous integration
    --appveyor      # Use appveyor.com for continuous integration
    --coverage      # Add code coverage with istanbul
    --coveralls     # Upload coverage to coveralls.io (implies --coverage and --travis)

The --org option takes a string value. All others are boolean flags and can be negated with the no prefix (i.e. --no-coveralls). You will be prompted for any options not passed on the command-line.

Credit

This generator is strongly inspired by this awesome generator generator-nm.

License

MIT © Leelow

Package Sidebar

Install

npm i generator-leelow-nm

Weekly Downloads

1

Version

0.9.6

License

MIT

Last publish

Collaborators

  • leelow