From 782a84b622cb28a137812206f07751b3eca2c6f0 Mon Sep 17 00:00:00 2001 From: John Martel Date: Tue, 16 Jan 2024 20:47:58 -0500 Subject: [PATCH] feat: add shorebird plugin --- README.md | 1 + plugins/shorebird | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/shorebird diff --git a/README.md b/README.md index 11dfe7bb8..d846ff480 100644 --- a/README.md +++ b/README.md @@ -627,6 +627,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Shellcheck | [luizm/asdf-shellcheck](https://github.com/luizm/asdf-shellcheck) | | Shellspec | [poikilotherm/asdf-shellspec](https://github.com/poikilotherm/asdf-shellspec) | | Shfmt | [luizm/asdf-shfmt](https://github.com/luizm/asdf-shfmt) | +| Shorebird | [valian-ca/asdf-shorebird](https://github.com/valian-ca/asdf-shorebird) | | Sinker | [elementalvoid/asdf-sinker](https://github.com/elementalvoid/asdf-sinker) | | Skaffold | [nklmilojevic/asdf-skaffold](https://github.com/nklmilojevic/asdf-skaffold) | | skate | [chessmango/asdf-skate](https://github.com/chessmango/asdf-skate) | diff --git a/plugins/shorebird b/plugins/shorebird new file mode 100644 index 000000000..60910a9f5 --- /dev/null +++ b/plugins/shorebird @@ -0,0 +1 @@ +repository = https://github.com/valian-ca/asdf-shorebird.git