Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nexylan/gitlab-report
- Owner: nexylan
- License: mit
- Created: 2018-06-04T15:46:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T16:02:16.000Z (over 6 years ago)
- Last Synced: 2024-11-08T09:39:38.596Z (2 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'
```