Skip to content

Latest commit

History

History
44 lines (30 loc) 路 665 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) 路 665 Bytes

Contributing

Supported Node.js versions

All the current LTS versions are supported.

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