awesome-example-package
v0.0.3
Published
This is a base template for any new TypeScript + React libraries I build.
Readme
TypeScript Library Template
This is a base template for any new TypeScript + React libraries I build.
Publishing a package locally
- Upgrade the version number of the package
- Commit the version bump
- Run
yarn build - Run
npm publish - Your package will now be publicly available on NPM!
Publishing a package from GHA to NPM
You can run the Publish to NPM GHA via Workflow Dispatch in the Actions tab. Be sure to generate a token from NPM and add this a repo secret!
