0.0.21 • Published 9 years ago

node-module-template v0.0.21

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

Node Module Template

NPM version NPM downloads

Create my standard node module template.

Psst! Install mversion to automatically version and tag all package files by running mversion [ major | minor | patch | prerelease | x.x.x-x ] -m

Installation

npm install node-module-template -g

Usage

node-module-template foobar

# Creating module...

cd foobar && ls
# bower.json
# package.json
# README.md
# ...

And you're good to go!

Arguments

  • -h, --help output usage information
  • -V, --version output the version number
  • -a, --author [value] set the author string
  • -l, --license [value] set the module license
  • -u, --username [value] set the repository github username
  • -r, --repo [value] set the module repository name on github
  • -d, --dev create a dev package

Interesting Modules

CLI

Dependencies

  • Bunyan npm install bunyan --save
  • Express npm install express --save
  • VError npm install verror --save
  • Popsicle npm install popsicle --save
  • Debug npm install debug --save
  • Browserify npm install browserify --save-dev
  • Karma npm install karma --save-dev
  • Gulp npm install gulp --save-dev

License

MIT

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago