From fefb9014d071750311d5fb4ce7bbfcdf88cec3f0 Mon Sep 17 00:00:00 2001 From: Rob Zwissler Date: Fri, 5 Apr 2024 18:19:56 -0700 Subject: [PATCH] feat: add sync plugin --- README.md | 1 + plugins/sync | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/sync diff --git a/README.md b/README.md index 518da03ac..7f9f5d042 100644 --- a/README.md +++ b/README.md @@ -694,6 +694,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Swiftlint | [klundberg/asdf-swiftlint](https://github.com/klundberg/asdf-swiftlint) | | SWIProlog | [mracos/asdf-swiprolog](https://github.com/mracos/asdf-swiprolog) | | syft | [davidgp1701/asdf-syft](https://github.com/davidgp1701/asdf-syft) | +| sync | [robzr/asdf-sync](https://github.com/robzr/asdf-sync) | | syncher | [nwillc/syncher](https://github.com/nwillc/syncher) | | talhelper | [bjw-s/asdf-talhelper](https://github.com/bjw-s/asdf-talhelper) | | Talos | [particledecay/asdf-talos](https://github.com/particledecay/asdf-talos) | diff --git a/plugins/sync b/plugins/sync new file mode 100644 index 000000000..cf153f73c --- /dev/null +++ b/plugins/sync @@ -0,0 +1 @@ +repository = https://github.com/robzr/asdf-sync