@qodestack/utils
v3.0.0
Published
Useful utility functions
Readme
@qodestack/utils
__ __ __ ___
/\ \/\ \ /\ \__ __ /\_ \ by: The Qodesmith
\ \ \ \ \\ \ ,_\/\_\\//\ \ ____
\ \ \ \ \\ \ \/\/\ \ \ \ \ /',__\
\ \ \_\ \\ \ \_\ \ \ \_\ \_ /\__, `\
\ \_____\\ \__\\ \_\/\____\\/\____/
\/_____/ \/__/ \/_/\/____/ \/___/
A bunch of utility functions that I use in various projects.
Modules
Steps to adding new features & publishing
- Add new file or function and test if possible
- Run
bun run buildto ensure the new changes can be built without error- This will run a script that automatically generates
index.tsand compiles.jsand.d.tsassets into thedistfolder
- This will run a script that automatically generates
- Commit the new changes to the repo (ensuring no TypeScript errors)
- Run
bun pm version minor.(ormajorif a breaking change) - Log into npm
- Run
bun pm whoamito see if you're authenticated with npm - If you're not authenticated, run
bunx npm loginto do so
- Run
- Run
bun run publishPackageto publish to npm
