https://github.com/qodesmith/utils
Useful utility functions
https://github.com/qodesmith/utils
Last synced: 8 months ago
JSON representation
Useful utility functions
- Host: GitHub
- URL: https://github.com/qodesmith/utils
- Owner: qodesmith
- Created: 2024-06-06T21:31:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T14:26:37.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:03:32.364Z (about 1 year ago)
- Language: TypeScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @qodestack/utils
```
__ __ __ ___
/\ \/\ \ /\ \__ __ /\_ \ by: The Qodesmith
\ \ \ \ \\ \ ,_\/\_\\//\ \ ____
\ \ \ \ \\ \ \/\/\ \ \ \ \ /',__\
\ \ \_\ \\ \ \_\ \ \ \_\ \_ /\__, `\
\ \_____\\ \__\\ \_\/\____\\/\____/
\/_____/ \/__/ \/_/\/____/ \/___/
```
A bunch of utility functions that I use in various projects.
## Steps to adding new features & publishing
1. Add new file or function and test if possible
1. 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 the `dist` folder
1. Commit the new changes to the repo (ensuring no TypeScript errors)
1. Run `npm version minor` (or `major` if a breaking change)
1. Run `bun run publishPackage` to publish to npm