Ecosyste.ms: Awesome
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 8 hours ago
JSON representation
Generate a repository for use with Composer
- Host: GitHub
- URL: https://github.com/zachomedia/composerrepo
- Owner: zachomedia
- License: mit
- Created: 2018-08-05T18:03:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T15:33:21.000Z (8 months ago)
- Last Synced: 2024-06-19T15:07:45.790Z (8 months ago)
- Topics: composer, drupal, gitlab
- Language: Go
- Homepage:
- Size: 2.33 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```