1.0.1 • Published 4 years ago

@negebauer/js-template v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@negebauer/js-template

A js project template.

Libraries

  • 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

Other

  • ci: Configured to run in CircleCI
  • config.js: File where env variables are loaded