@qodestack/utils
v2.7.0
Published
Useful utility functions
Downloads
95
Readme
@qodestack/utils
__ __ __ ___
/\ \/\ \ /\ \__ __ /\_ \ by: The Qodesmith
\ \ \ \ \\ \ ,_\/\_\\//\ \ ____
\ \ \ \ \\ \ \/\/\ \ \ \ \ /',__\
\ \ \_\ \\ \ \_\ \ \ \_\ \_ /\__, `\
\ \_____\\ \__\\ \_\/\____\\/\____/
\/_____/ \/__/ \/_/\/____/ \/___/
A bunch of utility functions that I use in various projects.
Steps to adding new features & publishing
- Add new file or function and test if possible
- Run
bun run build
to ensure the new changes can be built without error- This will run a script that automatically generates
index.ts
and compiles.js
and.d.ts
assets into thedist
folder
- This will run a script that automatically generates
- Commit the new changes to the repo (ensuring no TypeScript errors)
- Run
npm version minor
(ormajor
if a breaking change) - Run
bun run publishPackage
to publish to npm