This is a template project for NodeJS projects that want to use AVA and NYC.
- husky for commit hooks
- prettier for code formatting
- ava for unit tests
- sinon for mocks
- nyc for code coverage
- Enforced 100% code coverage
- PR templates
- CircleCI
yarn run lint:fix
runs prettier and fixes any errorsyarn run test:unit
will run ava unit testsyarn run test
will run linting and unit tests