https://github.com/nexylan/gitlab-report
A simple PHP cli tool to get some GitLab report.
https://github.com/nexylan/gitlab-report
Last synced: 5 months ago
JSON representation
A simple PHP cli tool to get some GitLab report.
- Host: GitHub
- URL: https://github.com/nexylan/gitlab-report
- Owner: nexylan
- License: mit
- Created: 2018-06-04T15:46:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T16:02:16.000Z (about 7 years ago)
- Last Synced: 2024-12-31T12:27:18.793Z (7 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```