From 69c8ca57b7ec9eccaf935498d666dd9d568ca628 Mon Sep 17 00:00:00 2001 From: Jean-Guillaume Buret Date: Sun, 6 Oct 2024 14:59:59 +0200 Subject: [PATCH] feat: add dotenvx plugin (#1045) Co-authored-by: James Hegedus --- README.md | 1 + plugins/dotenvx | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/dotenvx diff --git a/README.md b/README.md index 458583f97..f1a089c08 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | DOME | [jtakakura/asdf-dome](https://github.com/jtakakura/asdf-dome) | | doppler | [takutakahashi/asdf-doppler](https://github.com/takutakahashi/asdf-doppler) | | dotenv-linter | [wesleimp/asdf-dotenv-linter](https://github.com/wesleimp/asdf-dotenv-linter) | +| dotenvx | [jgburet/asdf-dotenvx](https://github.com/jgburet/asdf-dotenvx) | | Dotty | [asdf-community/asdf-dotty](https://github.com/asdf-community/asdf-dotty) | | dprint | [asdf-community/asdf-dprint](https://github.com/asdf-community/asdf-dprint) | | Draft | [kristoflemmens/asdf-draft](https://github.com/kristoflemmens/asdf-draft) | diff --git a/plugins/dotenvx b/plugins/dotenvx new file mode 100644 index 000000000..1efce0a71 --- /dev/null +++ b/plugins/dotenvx @@ -0,0 +1 @@ +repository = https://github.com/jgburet/asdf-dotenvx.git