Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nexylan/gitlab-report

A simple PHP cli tool to get some GitLab report.
https://github.com/nexylan/gitlab-report

Last synced: 10 days ago
JSON representation

A simple PHP cli tool to get some GitLab report.

Awesome Lists containing this project

README

        

# GitLab Report

A simple PHP cli tool to get some GitLab report.

## Installation

Clone the project and run `composer install`.

## Usage

Copy the `.config.dist.yaml` to `.config.yaml` file and fill it according to your needs.

Run this command to see how it works:

```
./gitlab-report --help
```

Example:

```
./gitlab-report my/awesome-project 'now -1 month'
```