@halil-pan/ts-lib-template
v1.4.0
Published
awesome library
Downloads
4
Readme
Features
- Use pnpm as the package manager.
- Use xv as the test runner.
- Use rome as formatter and linter.
- Run Typescript with esno, and bundle with tsup.
- Npm publish by semantic-release with github-action.
Checklist
- [ ] Search
ts-lib-templateand replace it with your package name. - [ ] Search
halil-panand replace it with your name. - [ ] Change the version to
0.0.0-semantic-releaseinpackage.json. - [ ] Generate npm authentication token and copy it.
- [ ] Navigate to your GitHub repository page, click Settings and then Secrets. Click on New repository secret, fill in
NPM_TOKENas the Name, paste the npm token created on the previous step inside the Value field and hit Add secret. - [ ] Clean up the
README.mdandCHANGELOG.md.
enjoy :)
License
MIT © halil-pan
