Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javanile/gitlab-ci-helper
https://github.com/javanile/gitlab-ci-helper
bash curl git gitlab
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/javanile/gitlab-ci-helper
- Owner: javanile
- License: mit
- Created: 2020-03-15T03:39:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:32:43.000Z (2 months ago)
- Last Synced: 2024-10-16T18:22:12.290Z (2 months ago)
- Topics: bash, curl, git, gitlab
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitLab CI Helper
## Installation
```bash
curl -sL https://git.io/get-gitlab-ci-helper | bash -
```## Usage
```bash
gitlab-ci-helper.sh create:mr
```## Testing
```bash
make test
```