A template/boilerplate for JavaScript libraries.
- GitHub Actions runner
- Babel compiler/transpiler
- Rollup module bundler
- ESLint static analysis
- Mocha test framework
- Chai assertion library
- C8 code coverage
- istanbul/nyc test coverage
- Codecov code coverage analysis
- jsdoc automated API documentation
Register a package with {the GitHub package registry](https://github.com/features/packages), requires a PAT for the repo/org:
npm adduser
# ...
npm login --scope=@chillerlan --auth-type=legacy --registry=https://npm.pkg.github.com
# ...
npm publish --access public
Use at your own risk!