This content originally appeared on DEV Community and was authored by Kyle Harrison
Reviews is a simple code review manager that lists the status of open pull requests across multiple organizations & repositories as a terminal UI dashboard.
The project was created as a way to keep on top of multiple teams creating large amounts of pull requests across several repositories by having a single up-to-date view of the pull request's approval status and age.
The initial implementation can be found over on Github at https://github.com/apoclyps/code-review-manager and can be installed from PyPI: https://pypi.org/project/reviews/
Contributions and feedback are welcome. It's in the very early stages of development and it has a long way to go but hopefully, there is enough here for others to derive some value from it being released early.
Getting started with reviews
You can immediately start using review by installing it from PyPI and using providing the following configuration before running it.
pip install reviews
export REPOSITORY_CONFIGURATION="apoclyps/code-review-manager,apoclyps/my-dev-space"
export GITHUB_TOKEN="your-token"
reviews dashboard
This content originally appeared on DEV Community and was authored by Kyle Harrison
Kyle Harrison | Sciencx (2021-04-16T16:19:04+00:00) A simple terminal UI dashboard for code review. Retrieved from https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.