From 205b22e8c3968a53a6efe9f7e33abf3a8719b571 Mon Sep 17 00:00:00 2001 From: prototypeprod Date: Mon, 15 Mar 2021 02:57:43 +0000 Subject: [PATCH] Fully automate dev setup with Gitpod This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. --- .gitpod.yml | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .gitpod.yml create mode 100644 README.md diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..024baab --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: gitpod/workspace-full + +tasks: + - init: 'echo "TODO: Replace with init/build command"' + command: 'echo "TODO: Replace with command to start project"' diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf8f9d8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/CyberSaxosTiGER/pervertgram) +