-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: Update sidebar * retry * [autofix.ci] apply automated fixes --------- Co-authored-by: jdx <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
26be21e
commit 174f74b
Showing
2 changed files
with
94 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Core Tools | ||
|
||
`mise` comes with some plugins built into the CLI written in Rust. These are new and will improve over | ||
time. | ||
|
||
They can be easily overridden by installing a plugin with the same name, e.g.: `mise plugin install python https://github.com/asdf-community/asdf-python`. | ||
|
||
You can see the core plugins with `mise plugin ls --core`. | ||
|
||
- [Bun](/lang/bun) | ||
- [Deno](/lang/deno) | ||
- [Erlang](/lang/erlang) <Badge type="warning" text="experimental" /> | ||
- [Go](/lang/go) | ||
- [Java](/lang/java) | ||
- [NodeJS](/lang/node) | ||
- [Python](/lang/python) | ||
- [Ruby](/lang/ruby) |