andrepolischuk / generator-sm

Simple generator for node and browser modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-sm Build Status

Simple generator for node and browser modules

Install

npm install --global yo generator-sm

Usage

yo sm
yo sm --help

Usage:
  yo sm [options] [<name>]

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
  -d,   --description   # Your module description
  -u,   --username      # Your github username

Arguments:
  name  # Your module name: `yo sm unicorn`  Type: String  Required: false

License

MIT

About

Simple generator for node and browser modules

License:MIT License


Languages

Language:JavaScript 100.0%