[Suggestion] - 🚀 Init gitpod configuration file

This commit is contained in:
Jean-Philippe Baconnais 2022-10-17 17:53:10 +00:00 committed by Gary Holtz
parent 5d27234aa2
commit 2677df1df4
2 changed files with 8 additions and 0 deletions

7
.gitpod.yml Normal file
View File

@ -0,0 +1,7 @@
tasks:
- name: Init environment
init: |
go build -o bin/glab ./cmd/glab/main.go
echo '🚀 You can now run glab with this command : ./bin/glab'
echo 'and run test with : go test ./...'

View File

@ -5,6 +5,7 @@
[![Go Report Card](https://goreportcard.com/badge/gitlab.com/gitlab-org/cli)](https://goreportcard.com/report/gitlab.com/gitlab-org/cli)
[![Coverage](https://gitlab.com/gitlab-org/cli/badges/main/coverage.svg)](https://gitlab.com/gitlab-org/cli/badges/main)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#version-control)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?style=flat&logo=gitpod&logoColor=white)](https://gitpod.io/#https://github.com/quarkusio/quarkus/-/tree/main/)
GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with `git` and your code without switching between windows and browser tabs. Work with issues, merge requests, **watch running pipelines directly from your CLI** among other features.