@travvy/utils
v0.0.65
Published
this is a collection of typescript utils, it uses [**Bun**](https://bun.sh) as the package manager, tests, and as the runtime for utility scripts.
Downloads
36
Readme
@travvy/utils
this is a collection of typescript utils, it uses Bun as the package manager, tests, and as the runtime for utility scripts.
developing
to install dependencies, make sure you are in the project root directory and run:
bun i
to clean all node_modules and bun.lockb in the project:
bun run clean
to create a new module:
bun run new <module-name>
publishing
this project is published to NPM and jsr.
to publish a new version, make sure you are in the project root directory and run:
bun run release
note: make sure you are on the main branch and have no uncommitted changes.