Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 522 Bytes

Readme.md

File metadata and controls

15 lines (14 loc) · 522 Bytes

npm-core-starter

My base Npm Package boilerplate code setup.

Included Configuration setup:

  • Eslint base config
  • Jest Unit Test config
  • Nvmrc file - Node v18.16.0
  • Npm ignore & Git ignore template
  • Travis CI base config
  • Package file: test, test-coverage, export-coverage-report, lint, lint-fix scripts.
  • Directory setup - lib, test
  • GitHub Actions base config
    • Unit Test runner
    • Unit Test Coverage report
    • Publish to Npm