Yeoman generator that scaffolds a Nodejs library template
First, install Yeoman and generator-template-lib using npm (we assume you have pre-installed node.js).
npm install -g yo
git pull git@github.com:AkashBabu/template-lib.git
npm install
npm link
Then generate your new project:
yo template-lib
Feel free to learn more about Yeoman.
MIT © akash-babu