pr-skimmer-cli/README.md
2026-07-21 21:33:27 +07:00

18 lines
No EOL
262 B
Markdown

# pr-skimmer-cli
rush through tens of thousands of prs in minutes with custom local code checks right in your terminal
## running
clone this repository and run:
``
bun i
bun src/index.ts
``
## development
run dev script for live reloading:
``
bun run dev
``