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

https://github.com/zachomedia/composerrepo

Generate a repository for use with Composer
https://github.com/zachomedia/composerrepo

composer drupal gitlab

Last synced: about 2 months ago
JSON representation

Generate a repository for use with Composer

Awesome Lists containing this project

README

          

## Config

Sample `config.yml` config file.

```
providers: true
output:
type: file
dir: out
inputs:
gitlab:
type: gitlab
url: https://gitlab.com
token: TOKEN
group: group
```