A template to create new packages.
- Rename the package name in the package.json, and update any field referring to the repository.
- Write a description in the package.json
- Add your code in
src/index.ts
and your tests insrc/index.test.ts
- Go to the Pages settings of the repo and configure it to use GitHub Actions
- Go to the Environment settings of the repo and update the
github-pages
enviroment "Deployment branches and tags" to allow tags with thev*.*.*
format - Update the
README.md
with the package description and usage instructions - Update the LICENSE file with the correct license
- Use
bun outdated
to ensure the dependencies are up to date and update them if necessary