Inspired by Babel's CONTRIBUTING.md
$ git clone https://github.com/dustinspecker/generator-ng-poly.git
$ cd generator-ng-poly
$ npm install
$ npm link
Run tests via
$ npm test
- Fork the repository
- Clone your fork and change directory to it (
git clone https://github.com/yourUserName/generator-ng-poly.git && cd generator-ng-poly
) - Install project dependencies (
npm install
) - Link your fork (
npm link
) - Develop
- Verify tests pass (
npm test
) - Push changes and make a pull request into the develop branch