So nice to have you here!
If you have an idea how to improve this module, please do not hesitate to open and issue so we can together find the best solution. Please raise an issue also when you get in any trouble while using or developing this module.
If you already know how to enhance this module, pull requests are more then welcome!
You can use nvm to set appropriate node version ($ nvm install
).
If you have node installed, $ npm install
and you are ready to go.
Before submitting pull request, you can $ npm run preversion
. It will:
- lint the code (we use eslint and @smartrecruiters/eslint-config and eslint-plugin-security),
- test the code and check coverage (we use mocha, chai, sinon and istanbul),