This doc outlines the details of collaborating on this Ember addon.
git clone <repository-url>
this repositorycd <repository-name>
npm install
npm link
You need to follow our eslint rules.
DEBUG=*:* label-it <command>
$ npm test
This task watch all javascripts files and breaks on first test failed.
$ npm run tdd
This task does not allow any lint failures (errors & warnings).
$ npm run build