Small utilities.
| Package | Description |
|---|---|
@theholocron/array-utils |
Array conversion and manipulation |
@theholocron/date-time-utils |
Date and time utilities |
@theholocron/env-utils |
Runtime environment detection and typed env-var parsing |
@theholocron/location-utils |
Browser geolocation wrapper |
@theholocron/misc-utils |
Miscellaneous utilities |
@theholocron/storage-utils |
Session storage wrapper |
@theholocron/string-utils |
String casing, casting, and numbering |
@theholocron/uri-utils |
URL search param utilities |
This repo uses pnpm workspaces and Turbo.
pnpm install # install all deps
pnpm build # compile all packages
pnpm test # run tests
pnpm typecheck # type-check all packages
pnpm lint # lint all packagesReleases are automated via semantic-release on push to main. All packages are versioned and published in lockstep. See CHANGELOG.md for the release history.