/generator-template-lib

Yeoman generator that scaffolds a Nodejs library template

Primary LanguageJavaScriptMIT LicenseMIT

generator-template-lib NPM version Build Status Dependency Status

Yeoman generator that scaffolds a Nodejs library template

Installation

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.

License

MIT © akash-babu