A fancy boilerplate to start a JS project using fancy tools
- Clone this repo;
- Delete the
.git/
directory; - Init and reconfigure git:
git init
; - Install dependencies:
npm install
; - Run a friendly task:
npm run precommit
; - Happy coding 😉
npm run test:coverage
We are using Airbnb ESLint configuration for code style. You can lint the code
npm run lint
If you need a mock, use Sinon.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details