From 2677df1df4b96b3e1c634b10f4bec907342a8bcb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Baconnais Date: Mon, 17 Oct 2022 17:53:10 +0000 Subject: [PATCH] =?UTF-8?q?[Suggestion]=20-=20=F0=9F=9A=80=20Init=20gitpod?= =?UTF-8?q?=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitpod.yml | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..c628c209 --- /dev/null +++ b/.gitpod.yml @@ -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 ./...' + diff --git a/README.md b/README.md index f94607b9..3791d84e 100644 --- a/README.md +++ b/README.md @@ -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.