@sylvesterllc/utils
v0.1.1
Published
To install dependencies:
Readme
utils
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.3.1. Bun is a fast all-in-one JavaScript runtime.
Publishing
GitHub Packages: triggered on
v*tags or Release publish via.github/workflows/publish.yml. UsesGITHUB_TOKENpermissions to publish@sylvesterllc/utilstohttps://npm.pkg.github.com.npmjs.com: same workflow includes a
publish-npmjob that requires repository secretNPM_TOKENwith publish rights toregistry.npmjs.org.
Steps
- Update
versioninpackage.json. - Create and push a tag:
git tag v0.1.1git push origin v0.1.1
- Ensure
NPM_TOKENis set in repository secrets if publishing to npmjs.com.
Build
bun run build produces dist/index.mjs and dist/index.d.ts with supporting declaration files. src is excluded from the package.
