nyg-module-generator

1.9.0 • Public • Published

nyg-module-generator

experimental

A module generator script. If the current directory has a “package.json” file, the module will be created outside the current directory and a symlink will be created from the current directories “node_modules” folder to the generated module.

Usage

NPM

Arguments

You can pass in command line arguments to skip some or all of the prompts

 Usage: nyg [options] [command]
  
  Commands:
  
    help  Display help
  
  Options:
  
    -d, --description  Module description
    -h, --help         Output usage information
    -l, --location     Where would you like to put the module
    -n, --name         Module name
    -s, --stability    Module stability
    -t, --tags         Module tags
    -T, --test         generate index.js and test.js files
    -u, --user         an organization override for GitHub URLs
    -v, --version      Output the version number

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i nyg-module-generator

Weekly Downloads

0

Version

1.9.0

License

MIT

Last publish

Collaborators

  • brendanneufeld
  • namniak