ts-triage
v0.1.0
Published
CLI for triaging and filtering TypeScript diagnostics.
Downloads
10
Readme
ts-triage
CLI for triaging and filtering TypeScript diagnostics.
Install
Global install:
npm install -g ts-triageOr run without installing:
npx ts-triage triageUsage
ts-triage triage
ts-triage triage --format json --pretty
ts-triage cache status
ts-triage cache clearDevelopment
bun install
bun run start
bun run build