Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zachomedia/composerrepo

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

composer drupal gitlab

Last synced: about 8 hours 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
```