Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 16, 2021 04:19 pm GMT

A simple terminal UI dashboard for code review

Reviews is a simple code review manager that lists the status of open pull requests across multiple organizations & repositories as a terminal UI dashboard.

Alt Text

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 reviewsexport REPOSITORY_CONFIGURATION="apoclyps/code-review-manager,apoclyps/my-dev-space"export GITHUB_TOKEN="your-token"reviews dashboard

Original Link: https://dev.to/apoclyps/a-simple-terminal-ui-dashboard-for-code-review-2g76

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To