Skip to content

Commit

Permalink
add proto paths
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Apr 19, 2024
1 parent fc2e97c commit 1174d96
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions comparisons/meta-version-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Note that systems like [Nix](https://nixos.org) and [Guix](https://guix.gnu.org)
| [mise](https://github.com/jdxcode/mise) | 2,000+ | Rust | PATH ||
| [Hermit](https://github.com/cashapp/hermit) | 500+ | Go,HCL |||
| [aqua](https://github.com/aquaproj/aqua) | 300+ | Go |||
| [proto](https://github.com/moonrepo/proto) | 163+ | Rust | ? ||
| [proto](https://github.com/moonrepo/proto) | 445+ | Rust | ? ||
| [Woof](https://github.com/version-manager/woof) | 21+ | Bash,jq | PATH ||

## Supported Interfaces
Expand All @@ -30,10 +30,20 @@ Note that systems like [Nix](https://nixos.org) and [Guix](https://guix.gnu.org)

## Custom

## sdkman
### sdkman

- Uses `.sdkmanrc`

## mise
### mise

- Uses `.mise.toml`

### proto

[It checks in order:](https://moonrepo.dev/docs/proto/detection)

- CLI argument
- `PROTO_*_VERSION` environment variable
- `.prototools` (local)
- version manager configs (e.g. `.nvmrc`) & manifest files (e.g. `package.json`)
- `~/.proto/.prototools` (global)

0 comments on commit 1174d96

Please sign in to comment.