Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 588 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (28 loc) · 588 Bytes

Contributing

npm scripts

# install dependencies
$ npm i
# run tests
$ npm test
# run the code linter
$ npm run lint

Commit Convention

Angular.

Test

Contributions should pass existing tests or have test cases for new functionality.

# Should pass
$ npm test

Style

Style and lint errors should be fixed with

$ npm run lint

Contributors

@JellyBellyDev
@simonecorsi
@dnlup
@antoniomuso