From 42ed68ed6f8d6075bccff399c1cd4cc80f724ec7 Mon Sep 17 00:00:00 2001 From: Greg Rynkowski <5878299+rynkowsg@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:31:28 +0200 Subject: [PATCH] feat: add garden-cli plugin (#990) Co-authored-by: James Hegedus --- README.md | 1 + plugins/garden-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/garden-cli diff --git a/README.md b/README.md index 36906ffb8..b6195ebc2 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | gallery-dl | [iul1an/asdf-gallery-dl](https://github.com/iul1an/asdf-gallery-dl) | | gam | [offbyone/asdf-gam](https://github.com/offbyone/asdf-gam) | | gator | [MxNxPx/asdf-gator](https://github.com/MxNxPx/asdf-gator) | +| garden-cli | [rynkowsg/asdf-garden-cli](https://github.com/rynkowsg/asdf-garden-cli) | | gcc-arm-none-eabi | [dlech/asdf-gcc-arm-none-eabi](https://github.com/dlech/asdf-gcc-arm-none-eabi) | | gcloud | [jthegedus/asdf-gcloud](https://github.com/jthegedus/asdf-gcloud) | | getenvoy | [asdf-community/asdf-getenvoy](https://github.com/asdf-community/asdf-getenvoy) | diff --git a/plugins/garden-cli b/plugins/garden-cli new file mode 100644 index 000000000..5dbf2b6a0 --- /dev/null +++ b/plugins/garden-cli @@ -0,0 +1 @@ +repository = https://github.com/rynkowsg/asdf-garden-cli.git