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
- Host: GitHub
- URL: https://github.com/zachomedia/composerrepo
- Owner: zachomedia
- License: mit
- Created: 2018-08-05T18:03:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T15:33:21.000Z (about 2 years ago)
- Last Synced: 2025-10-17T05:41:32.358Z (8 months ago)
- Topics: composer, drupal, gitlab
- Language: Go
- Homepage:
- Size: 2.33 MB
- Stars: 3
- Watchers: 1
- 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
```