https://github.com/osl-incubator/ghreport
GitHub Report tool
https://github.com/osl-incubator/ghreport
cli data-retrieval early-development github-api help-wanted reporting-tool
Last synced: 10 months ago
JSON representation
GitHub Report tool
- Host: GitHub
- URL: https://github.com/osl-incubator/ghreport
- Owner: osl-incubator
- License: bsd-3-clause
- Created: 2023-08-03T00:18:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T12:31:06.000Z (over 2 years ago)
- Last Synced: 2025-03-05T12:22:45.656Z (about 1 year ago)
- Topics: cli, data-retrieval, early-development, github-api, help-wanted, reporting-tool
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Report
GitHub Report tool.
* Free software: BSD 3 Clause
* Documentation: https://opensciencelabs.github.io/ghreport
## Configuration file
In order to create a configuration file, add to your project, at
the root level, a file called .ghreport.yaml, with the following
structure:
```yaml
name: myproject-name-slug
title: "My Report Title"
env-file: .env
repos:
- myorg-1/myproject1
authors:
- gh-username-1: GitHub Username 1
output-dir: "/tmp/ghreport"
```