UlisesGascon / micro-utilities

A bunch of small utilities that I reuse across projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Utilities

A bunch of small utilities that I reuse across projects

What's inside?

This turborepo uses npm as a package manager. It includes the following packages/apps:

Apps and Packages

Published

Internal

  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all packages, run the following command:

cd micro-utilities
npm run build

Lint

To lint all packages, run the following command:

cd micro-utilities
npm run dev

Test

To test all packages, run the following command:

cd micro-utilities
npm run test
npm run test:coverage
npm run test:watch

Benchmark

To benchmark all packages, run the following command:

cd micro-utilities
npm run benchmark

Useful Links

Learn more about the power of Turborepo:

About

A bunch of small utilities that I reuse across projects

License:MIT License


Languages

Language:JavaScript 73.5%Language:TypeScript 26.5%