From 9621c2dc37a91b1d5ec71eada7af9ab5c42a00db Mon Sep 17 00:00:00 2001 From: Spencer Gilbert Date: Sat, 2 May 2020 12:36:22 -0400 Subject: [PATCH] Add k3d plugin --- README.md | 1 + plugins/k3d | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/k3d diff --git a/README.md b/README.md index b64fb4d..b5c2577 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ itself) to look for plugins. | Jsonnet | [Banno/asdf-jsonnet](https://github.com/Banno/asdf-jsonnet) | [![Build Status](https://travis-ci.org/Banno/asdf-jsonnet.svg?branch=master)](https://travis-ci.org/Banno/asdf-jsonnet) | | Julia | [rkyleg/asdf-julia](https://github.com/rkyleg/asdf-julia) | [![Build Status](https://travis-ci.org/rkyleg/asdf-julia.svg?branch=master)](https://travis-ci.org/rkyleg/asdf-julia) | | jx | [vbehar/asdf-jx](https://github.com/vbehar/asdf-jx) | [![Build Status](https://travis-ci.org/vbehar/asdf-jx.svg?branch=master)](https://travis-ci.org/vbehar/asdf-jx) | +| k3d | [spencergilbert/asdf-k3d](https://github.com/spencergilbert/asdf-k3d) | [![GitHub Actions Status](https://github.com/spencergilbert/asdf-k3d/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/spencergilbert/asdf-k3d/actions) | | k6 | [grimoh/asdf-k6](https://github.com/grimoh/asdf-k6) | [![GitHub Actions Status](https://github.com/grimoh/asdf-k6/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-k6/actions) | | k9s | [looztra/asdf-k9s](https://github.com/looztra/asdf-k9s) | [![Build Status](https://travis-ci.org/looztra/asdf-k9s.svg?branch=master)](https://travis-ci.org/looztra/asdf-k9s) | | Kind | [johnlayton/asdf-kind](https://github.com/johnlayton/asdf-kind) | [![GitHub Actions Status](https://github.com/johnlayton/asdf-kind/workflows/main/badge.svg?branch=master)](https://github.com/johnlayton/asdf-kind/actions) | diff --git a/plugins/k3d b/plugins/k3d new file mode 100644 index 0000000..7eeecb5 --- /dev/null +++ b/plugins/k3d @@ -0,0 +1 @@ +repository = https://github.com/spencergilbert/asdf-k3d.git