- Notifications
You must be signed in to change notification settings - Fork0
JavaScript library template
License
NotificationsYou must be signed in to change notification settings
chillerlan/js-library-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 aPAT 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!