Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 658 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 658 Bytes

Contributing

This doc outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd <repository-name>
  • npm install
  • npm link

Eslint

You need to follow our eslint rules.

Debug

DEBUG=*:* label-it <command>

Single execution test

$ npm test

Test-driver development (TDD)

This task watch all javascripts files and breaks on first test failed.

$ npm run tdd

Building

This task does not allow any lint failures (errors & warnings).

$ npm run build