Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osl-incubator/ghreport

GitHub Report tool
https://github.com/osl-incubator/ghreport

Last synced: 1 day ago
JSON representation

GitHub Report tool

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"
```