@blockanalitica/utils
v1.0.5
Published
A set of utilities for JavaScript/TypeScript projects.
Downloads
33
Readme
@blockanalitica/utils
A set of utilities for JavaScript/TypeScript projects.
Scripts
pnpm build- Build the projectpnpm dev- Run in watch modepnpm test- Run tests in watch modepnpm test:run- Run tests oncepnpm lint- Lint the codepnpm lint:fix- Lint and fix issuespnpm format- Format code with Prettierpnpm format:check- Check code formattingpnpm typecheck- Type check without emitting files
Getting Started
Install dependencies:
pnpm installRun tests:
pnpm test
