From bb089c2fd9c516e5b8f1e25c45092de53b2c3708 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 31 Mar 2024 18:56:53 +0900 Subject: [PATCH] feat: add jnv plugin (#980) --- 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 ce28e1a2a..8deabed6a 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,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