https://github.com/joshthecoder/codereview
A codereview tool powered by pull requests
https://github.com/joshthecoder/codereview
Last synced: 8 months ago
JSON representation
A codereview tool powered by pull requests
- Host: GitHub
- URL: https://github.com/joshthecoder/codereview
- Owner: joshthecoder
- Created: 2011-08-23T04:27:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-26T05:46:45.000Z (almost 15 years ago)
- Last Synced: 2025-09-10T10:22:54.057Z (9 months ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Code Review
===========
A code review tool powered by Github Pull Requests.
Commands
--------
```
list [state=] [merged=]
```
Lists code reviews for this repository.
- state: filter by review's state (default=open)
- merged: filter out reviews that have been merged (default=yes)
```
show
```
Show details of a code review.
- id: Identifier of the review to display