https://github.com/zakahacecosas/dev-utils
A great set of utility packages to speed up common tasks.
https://github.com/zakahacecosas/dev-utils
javascript jsr string typescript
Last synced: 15 days ago
JSON representation
A great set of utility packages to speed up common tasks.
- Host: GitHub
- URL: https://github.com/zakahacecosas/dev-utils
- Owner: ZakaHaceCosas
- License: mit
- Created: 2025-01-19T10:35:28.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-04-07T16:23:09.000Z (20 days ago)
- Last Synced: 2025-04-12T07:12:14.452Z (15 days ago)
- Topics: javascript, jsr, string, typescript
- Language: TypeScript
- Homepage: https://jsr.io/@zakahacecosas/
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utils monorepo
A monorepo with different packages that provide great utilities for common tasks. They're all written in TypeScript and Deno (using NodeJS-compatible TypeScript code) and published to `jsr.io`, currently under [the `@zakahacecosas` scope](https://jsr.io/@zakahacecosas).
## Packages
| Package | Description | Link |
| :------------- | ----------------------------------------------: | --------------------------------------------------------------------: |
| `string-utils` | 50+ string related utility functions. | [Repo](https://github.com/ZakaHaceCosas/dev-utils/tree/master/number) |
| `number-utils` | 15+ number related utility functions. | [Repo](https://github.com/ZakaHaceCosas/dev-utils/tree/master/number) |
| `geo-utils` | 5+ vector & distance related utility functions. | [Repo](https://github.com/ZakaHaceCosas/dev-utils/tree/master/geo) |`string-utils` includes tools for CLI-targeted string formatting, validation, formatting, casing, etc... It is, to be fair, a very powerful string toolkit.
`number-utils` is newer and less complete, it'll grow over time. It includes basic functions like random integers, average, deg-rad conversion, the _classics_ (`isOdd()`, `isEven()`...), and a few more.
`geo-utils` is even newer and less complete, it'll also grow over time. It includes a few basic functions related to degree and vector math, and miles-kilometers conversion (also available in `number-utils`).