ReportOmatic is a CLI utility for generating opinionated reports for both GitLab and GitHub repositories in the same Markdown format.
- Generate list of active issues
- Generate list of active pull/merge requests
You can install ReportOmatic using pip:
pip install reportomatic
reportomatic --versionTo generate a report of active issues for a given repository, use the following command:
reportomatic <repository-url> issuesSimilarly to generate a report of active pulls/merges:
reportomatic <repository-url> pulls