Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 1.38 KB

File metadata and controls

81 lines (45 loc) · 1.38 KB

js-utils

A modern TypeScript monorepo managed with pnpm and TurboRepo.

🚀 Getting Started

Development

Build all packages:

pnpm build

Run tests:

pnpm test

Lint and format:

pnpm lint
pnpm format

Create a New Package

Generate a new package in the monorepo:

pnpm run turbo:gen:init

📦 Packages

A collection of utility functions for array manipulation.

A utility for changesets

A collection of utility functions for date manipulation and parsing.

A collection of utility functions for environment detection.

A utility for working with GUIDs in JavaScript.

Hashing utilities

A collection of utility functions for number manipulation and validation.

A collection of utility functions for object manipulation and transformation.

A collection of utility functions for string manipulation and validation.

🚢 Releases

This project uses Changesets for version management and publishing.

📄 License

MIT