polish readme a bit
This commit is contained in:
parent
61d6483262
commit
57269328b8
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
|
@ -1,3 +1,18 @@
|
|||
# pr-skimmer-cli
|
||||
|
||||
rush through tens of thousands of prs in minutes with custom local code checks right in your terminal
|
||||
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
|
||||
``
|
||||
Loading…
Reference in a new issue