nm-go
v0.5.9
Published
idiosyncratic node module inception
Maintainers
Readme
nm-go
idiosyncratic node module inception
This seeks to (mostly) automate the way in which I initialize node modules.
It creates an index.js, test.js, .gitignore, README.md etc. in
the cwd - providing the generated scripts with require statements corresponding
to the dependencies given to nm-go as arguments.
nm-go favors 'use strict', ava, and
es6 import (in tests).
Install
npm install --global nm-goUsage
$ nm-go <dependencies>Options
-c,--cli- generate cli-specific files-t,--test-deps- indicate test-specific dependencies
Examples
$ nm-go camel-case mkdirp glob
$ nm-go fs path asyncRelated (and in many ways superior)
License
MIT © Kevin Donahue
