Open Source Starter
A starter template for a TypeScript package.
Extended from https://www.totaltypescript.com/how-to-create-an-npm-package by @mattpocock and Inspired from https://github.com/devneill/osstarter by @d 5404 evneill
Copy this template, rename the package and start building your own package.
- Make a new branch
- Add your changes
- Run
npx changeset
to create a changeset. - Push your changes
- Merge your changes to
main
- this will create a newVersion Packages
PR. - Review the Version Packages PR and merge it - this will publish your package to npm.