@danoaky/js-utils
TypeScript icon, indicating that this package has built-in type declarations

0.29.0 • Public • Published

Test Release

js-utils

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.

Development

  1. Install Bun
  2. Install dependencies: bun i
  3. Build: bun run build

Release

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.

Install

From Github releases

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

Readme

Keywords

none

Package Sidebar

Install

npm i @danoaky/js-utils

Weekly Downloads

13

Version

0.29.0

License

MIT

Unpacked Size

1.44 MB

Total Files

219

Last publish

Collaborators

  • danoaky