create-foo
v1.0.6
Published
Create a project from a template
Downloads
46
Readme
create-foo
Creates a new node package from an option template url.
Usage
$ npm init foo
Creates a simple node module package
Custom Templates
Use the -t
flag to point to a custom template
$ npm init foo -t usr/repo/path
eg:
$ npm init foo -t goldhand/node-package-template