From fc2e97ce9f13ed924bc5062c64d3df7c6d3c6615 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Sat, 13 Jan 2024 00:54:55 -0800 Subject: [PATCH] Update documents --- comparisons/version-managers.md | 8 ++++---- information/shims-vs-path.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 information/shims-vs-path.md diff --git a/comparisons/version-managers.md b/comparisons/version-managers.md index 8393f0d..27df505 100644 --- a/comparisons/version-managers.md +++ b/comparisons/version-managers.md @@ -8,13 +8,13 @@ | [asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs) | 735+ | ✅[1] | ❌ | ✅[1] | | [mise](https://github.com/jdxcode/mise) | - | ✅[2] | ❌ | ✅[2] | | [Woof](https://github.com/version-manager/woof) | - | ❌ | ❌ | ❌ | -| [n](https://github.com/tj/n)3 | 17600+ | ✅ | ✅ | ✅ | +| [n](https://github.com/tj/n)\[3] | 17600+ | ✅ | ✅ | ✅ | | [nvm.fish](https://github.com/jorgebucaran/nvm.fish) | 1600+ | ✅ | ❌ | ✅ | | [avn](https://github.com/wbyoung/avn) | 1100+ | ✅ | ❌ | ❔ | | [fnm](https://github.com/Schniz/fnm) | 11900+ | ✅ | ❌ | ✅ | -| [nave](https://github.com/isaacs/nave)4 | 1600+ | ❌ | ❌ | ✅ | -| [nodist](https://github.com/nullivex/nodist)5 | 1500+ | ✅ | ✅ | ❌ | -| [nodenv](https://github.com/nodenv/nodenv)6 | 2000+ | ✅ | ❌ | ❌ | +| [nave](https://github.com/isaacs/nave)\[4] | 1600+ | ❌ | ❌ | ✅ | +| [nodist](https://github.com/nullivex/nodist)\[5] | 1500+ | ✅ | ✅ | ❌ | +| [nodenv](https://github.com/nodenv/nodenv)\[6] | 2000+ | ✅ | ❌ | ❌ | | [nodebrew](https://github.com/hokaccha/nodebrew) | 1000+ | ❌ | ❌ | ❌ | | [nvmw](https://github.com/hakobera/nvmw) | 672+ | ❌ | ❌ | ❌ | diff --git a/information/shims-vs-path.md b/information/shims-vs-path.md new file mode 100644 index 0000000..5cd2926 --- /dev/null +++ b/information/shims-vs-path.md @@ -0,0 +1,3 @@ +# Shims vs PATH + +See https://github.com/asdf-vm/asdf/issues/1565 for details.