1.0.2 • Published 2 years ago

@elzup/generator-nm v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@elzup/generator-nm

Scaffold out a node module

Optionally with a CLI.

Fork from sindresorhus/generator-nm Fork from akameco/generator-nm

Diffs

  • jest
  • prettier
  • typescript

npm.io

Install

$ npm install --global yo @elzup/generator-nm

Usage

With yo:

$ yo 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
    --cli           # Add a CLI
    --coverage      # Add code coverage with nyc
    --coveralls     # Upload coverage to coveralls.io (implies --coverage)

License

MIT © anozon