MyGit

jdx/mise

Fork: 363 Star: 12762 (更新于 2025-01-17 21:40:50)

license: MIT

Language: Rust .

dev tools, env vars, task runner

最后发布版本: v2024.12.3 ( 2024-12-09 00:37:00)

官方网址 GitHub网址

mise-logo
mise-en-place

Crates.io GitHub GitHub Workflow Status Discord

The front-end to your dev env.

What is it?

30 Second Demo

The following shows using mise to install different versions of node. Note that calling which node gives us a real path to node, not a shim.

demo

Quickstart

Install mise (other methods here):

$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2025.1.8 macos-arm64 (a1b2d3e 2025-01-17)

or install a specific a version:

$ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
$ ~/.local/bin/mise --version
2024.5.16 macos-arm64 (8838098 2024-05-14)

Hook mise into your shell (pick the right one for your 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
echo '~/.local/bin/mise activate mise activate pwsh | Out-String | Invoke-Expression' >> ~/.config/powershell/Microsoft.PowerShell_profile.ps1

Install a runtime and set it as the global default:

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

Full Documentation

See mise.jdx.dev

Contributors

Contributors

最近版本更新:(数据更新于 2024-12-09 20:54:48)

2024-12-09 00:37:00 v2024.12.3

2024-12-07 23:01:39 v2024.12.2

2024-12-06 21:00:45 v2024.12.1

2024-12-05 05:52:59 v2024.12.0

2024-11-30 09:20:57 v2024.11.37

2024-11-29 18:48:47 v2024.11.36

2024-11-30 08:51:08 v2024.11.35

2024-11-29 15:25:40 v2024.11.34

2024-11-29 07:34:59 v2024.11.33

2024-11-28 07:01:13 v2024.11.32

jdx/mise同语言 Rust最近更新仓库

2025-01-18 17:40:38 tauri-apps/tauri

2025-01-18 10:45:18 unionlabs/union

2025-01-18 08:48:25 lapce/lapce

2025-01-17 22:55:44 spaceandtimelabs/sxt-proof-of-sql

2025-01-17 13:52:59 AppFlowy-IO/AppFlowy-Cloud

2025-01-16 19:13:50 dashpay/platform