A js project template.
- eslint: Linter
- @negebauer/eslint-config-base: My base linter config
- prettier: For formatting code
- @negebauer/prettier-config: My prettier config
- jest: For running tests
- nodemon: For development
- prettier-package-json: For formatting package.json
- standard-version: For releasing with a CHANGELOG and automatic versioning with conventional commit messages
- ci: Configured to run in CircleCI
config.js
: File where env variables are loaded- coveralls: For reporting code coverage changes