Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.06 KB

@negebauer/js-template

circleci_badge coveralls_badge

A js project template.

Libraries

  • eslint: Linter
  • prettier: For formatting code
  • 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

Other

  • ci: Configured to run in CircleCI
  • config.js: File where env variables are loaded
  • coveralls: For reporting code coverage changes