My assortment of common utils that I've grown tired of copy pasting to every repo I create.
The build process bundles some dependencies in with the built javascript. This allows this package to have fewer dependencies when installed since they will already be present. For this reason, it's important to keep aware of what files are including external dependencies, like dayjs and moderndash.
- Install Bun
- Install dependencies:
bun i
- Build:
bun run build
bun v:patch
or bun v:minor
or bun v:major
This will bump the package version, create a git tag, and run the release Github workflow.
pnpm add https://github.com/danieloakman/js-utils/releases/download/vx.x.x/package.tgz
pnpm add https://github.com/danieloakman/js-utils/releases/latest/download/package.tgz