0.3.0 • Published 7 years ago

@sonicdoe/generator-node v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

generator-node Build Status

Scaffold out a Node.js module

This is my own, highly opinionated, way of creating a Node.js module.

Usage

With Yeoman and npx:

$ npx --package yo --package @sonicdoe/generator-node -- yo @sonicdoe/node
$ yo @sonicdoe/node --help
Usage:
  yo @sonicdoe/node:app [options]

Options:
  -h,   --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