Thanks for taking the time to contribute to this project!
There are multiple tasks you can do in order to help us, for example:
- fill an issue to report bugs or your specific needs
- contribute to existing issue
- write a PR to improve the project
All the important files are in the src directory.
$ git clone https://github.com/BetaHuhn/ackee-report && cd ackee-report
$ npm install
ESlint is used for linting. It's recommended to add the corresponding extension to your editor. It's also possible to run the lint
task with the following command:
$ npm run lint
Run npm link
to install the library locally and make the command ackee-report
available to your user.