From 835235672a998873d6bc8f6508cca6838b29fe19 Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Sat, 2 Nov 2024 05:39:06 +0900 Subject: [PATCH] feat: add Hermes engine --- README.md | 1 + plugins/hermes | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/hermes diff --git a/README.md b/README.md index c25a4ca2..e071f4a4 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | helm-docs | [sudermanjr/asdf-helm-docs](https://github.com/sudermanjr/asdf-helm-docs) | | Helmfile | [feniix/asdf-helmfile](https://github.com/feniix/asdf-helmfile) | | Helmsman | [luisdavim/asdf-helmsman](https://github.com/luisdavim/asdf-helmsman) | +| Hermes | [cometkim/asdf-hermes](https://github.com/cometkim/asdf-hermes) | | heroku-cli | [treilly94/asdf-heroku-cli](https://github.com/treilly94/asdf-heroku-cli) | | hey | [raimon49/asdf-hey](https://github.com/raimon49/asdf-hey) | | hishtory | [asdf-community/asdf-hishtory](https://github.com/asdf-community/asdf-hishtory) | diff --git a/plugins/hermes b/plugins/hermes new file mode 100644 index 00000000..0daeaac5 --- /dev/null +++ b/plugins/hermes @@ -0,0 +1 @@ +repository = https://github.com/cometkim/asdf-hermes.git