0.0.21 • Published 10 years ago

node-module-template v0.0.21

Weekly downloads
8
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.20

10 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago