test: Run tests with Vitestformat: Format code with Biomelint: Run linter with Biomecheck: Run Biome checks and apply safe fixesprepare: Self install / update
- Run Biome checks against staged git files
- Lint conventional commit message with commit-lint
- Run linter
- Execute Typescript compiler with tsc
- Run tests
- Install and configure Biome for linting and formatting
- Enable Biome recommended rules and VCS integration
- Organize imports with Biome assist actions
- Install and configure Vitest
- Install and configure @vitest/coverage-v8 for coverage reports
npm install --save-dev @ts-dev-tools/coreOr
yarn add --dev @ts-dev-tools/coreOr
pnpm add -D @ts-dev-tools/corenpm exec ts-dev-tools installOr
yarn ts-dev-tools installOr
pnpm ts-dev-tools install