From 70822c63cdedf729594f4c5039cca2dd654cfbb6 Mon Sep 17 00:00:00 2001 From: raimon Date: Sat, 30 Mar 2024 11:12:17 +0900 Subject: [PATCH] feat: add jnv plugin --- README.md | 1 + plugins/jnv | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/jnv diff --git a/README.md b/README.md index d846ff480..c8740fb0b 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | jiq | [chessmango/asdf-jiq](https://github.com/chessmango/asdf-jiq) | | jless | [jc00ke/asdf-jless](https://github.com/jc00ke/asdf-jless) | | JMESPath | [skyzyx/asdf-jmespath](https://github.com/skyzyx/asdf-jmespath) | +| jnv | [raimon49/asdf-jnv](https://github.com/raimon49/asdf-jnv) | | jq | [lsanwick/asdf-jq](https://github.com/lsanwick/asdf-jq) | | jqp | [wt0f/asdf-jqp](https://gitlab.com/wt0f/asdf-jqp) | | JReleaser | [joschi/asdf-jreleaser](https://github.com/joschi/asdf-jreleaser) | diff --git a/plugins/jnv b/plugins/jnv new file mode 100644 index 000000000..a6bc9d092 --- /dev/null +++ b/plugins/jnv @@ -0,0 +1 @@ +repository = https://github.com/raimon49/asdf-jnv.git