18 lines
No EOL
262 B
Markdown
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
|
|
`` |