136 个稳定版本

2024.8.12 2024 年 8 月 20 日
2024.7.5 2024 年 7 月 29 日
2024.3.11 2024 年 3 月 30 日

#7命令行工具

Download history • Rust 包仓库 871/week @ 2024-05-03 • Rust 包仓库 3370/week @ 2024-05-10 • Rust 包仓库 2126/week @ 2024-05-17 • Rust 包仓库 2053/week @ 2024-05-24 • Rust 包仓库 1659/week @ 2024-05-31 • Rust 包仓库 953/week @ 2024-06-07 • Rust 包仓库 979/week @ 2024-06-14 • Rust 包仓库 373/week @ 2024-06-21 • Rust 包仓库 355/week @ 2024-06-28 • Rust 包仓库 623/week @ 2024-07-05 • Rust 包仓库 731/week @ 2024-07-12 • Rust 包仓库 521/week @ 2024-07-19 • Rust 包仓库 1430/week @ 2024-07-26 • Rust 包仓库 993/week @ 2024-08-02 • Rust 包仓库 542/week @ 2024-08-09 • Rust 包仓库 1681/week @ 2024-08-16 • Rust 包仓库

4,687 每月下载量

MIT 许可证

1MB
25K SLoC

mise-logo
mise-en-place

Crates.io GitHub GitHub Workflow Status Codacy coverage (branch) Discord

开发环境的界面。(以前称为 "rtx")

这是什么?

30 秒演示

以下展示了使用 mise 安装不同版本的 node。注意,调用 which node 会给出 node 的实际路径,而不是一个模拟器。

demo

快速入门

安装 mise (其他方法 在这里)

$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
mise 2024.8.12

或安装特定版本

$ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
$ ~/.local/bin/mise --version
mise 2024.8.12

将 mise 集成到您的 shell 中(选择适合您的 shell 的正确版本)

# note this assumes mise is located at ~/.local/bin/mise
# which is what https://mise.run does by default
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish

安装运行时并将其设置为全局默认值

$ mise use --global node@20
$ node -v
v20.0.0

完整文档

请参阅 mise.jdx.dev

依赖关系

~51–89MB
~1.5M SLoC