From bb722d63077987fdafa9b3e5c23038c895417439 Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Tue, 25 May 2021 12:47:26 +0800 Subject: [PATCH] feat: add devspace plugin (#411) --- README.md | 1 + plugins/devspace | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/devspace diff --git a/README.md b/README.md index 5caab84..8f22920 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ itself) to look for plugins. | Deno | [asdf-community/asdf-deno](https://github.com/asdf-community/asdf-deno) | [![Main workflow](https://github.com/asdf-community/asdf-deno/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-deno/actions) | | Dep | [paxosglobal/asdf-dep](https://github.com/paxosglobal/asdf-dep) | [![Build Status](https://travis-ci.com/paxosglobal/asdf-dep.svg?branch=master)](https://travis-ci.com/paxosglobal/asdf-dep) | | Desk | [endorama/asdf-desk](https://github.com/endorama/asdf-desk) | [![Build Status](https://travis-ci.org/endorama/asdf-desk.svg?branch=master)](https://travis-ci.org/endorama/asdf-desk) | +| DevSpace | [NeoHsu/asdf-devspace](https://github.com/NeoHsu/asdf-devspace) | [![Build](https://github.com/NeoHsu/asdf-devspace/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-devspace/actions?query=workflow%3ABuild) | | dhall | [aaaaninja/asdf-dhall](https://github.com/aaaaninja/asdf-dhall) | [![Build Status](https://travis-ci.com/aaaaninja/asdf-dhall.svg?branch=master)](https://travis-ci.com/aaaaninja/asdf-dhall) | | digdag | [jtakakura/asdf-digdag](https://github.com/jtakakura/asdf-digdag) | [![Main workflow](https://github.com/jtakakura/asdf-digdag/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/jtakakura/asdf-digdag/actions) | | direnv | [asdf-community/asdf-direnv](https://github.com/asdf-community/asdf-direnv) | [![Main workflow](https://github.com/asdf-community/asdf-direnv/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-direnv/actions) | diff --git a/plugins/devspace b/plugins/devspace new file mode 100644 index 0000000..19a093d --- /dev/null +++ b/plugins/devspace @@ -0,0 +1 @@ +repository = https://github.com/NeoHsu/asdf-devspace.git