node-template icon indicating copy to clipboard operation
node-template copied to clipboard

Node.js package template

NodeTemplate Build Status

A template for node projects.

Use it

git clone --depth 1 git://github.com/winton/node-template.git my_project
cd my_project
rm -rf .git
./bin/rename [GITUSER] [GITREPO] [LOWERCASENAME] [CLASSNAME]