Skip to content

Commit

Permalink
Add entry for proto
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Jul 14, 2023
1 parent 31ebb9c commit c4057fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
8 changes: 5 additions & 3 deletions comparisons/meta-version-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,25 @@ Note that systems like [Nix](https://nixos.org) and [Guix](https://guix.gnu.org)
## Support Matrix

| Name | GitHub Stars | Language | Method | Uses `.tool-versions` |
|-------------------------------------------------|--------------|-------------|--------|-----------------------|
| ----------------------------------------------- | ------------ | ----------- | ------ | --------------------- |
| [asdf](https://github.com/asdf-vm/asdf) | 17,000+ | Bash | Shim ||
| [sdkman](https://github.com/sdkman/sdkman-cli) | 5,000+ | Bash,Groovy | Shim ||
| [rtx](https://github.com/jdxcode/rtx) | 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 | ? ||
| [Woof](https://github.com/version-manager/woof) | 21+ | Bash,jq | PATH ||

## Supported Interfaces

| Name | CLI | TUI | GUI |
|-------------------------------------------------|-----|-----|-----|
| ----------------------------------------------- | --- | --- | --- |
| [asdf](https://github.com/asdf-vm/asdf) ||||
| [sdkman](https://github.com/sdkman/sdkman-cli) ||||
| [rtx](https://github.com/jdxcode/rtx) ||||
| [Hermit](https://github.com/cashapp/hermit) ||||
| [aqua](https://github.com/aquaproj/aqua) ||||
| [proto](https://github.com/moonrepo/proto) ||||
| [Woof](https://github.com/version-manager/woof) ||||


Expand All @@ -35,4 +37,4 @@ Note that systems like [Nix](https://nixos.org) and [Guix](https://guix.gnu.org)

## rtx

- Uses `.rtx.toml`
- Uses `.rtx.toml`

0 comments on commit c4057fe

Please sign in to comment.