MyGit

jdx/mise

Fork: 290 Star: 10043 (更新于 2024-11-14 03:17:10)

license: MIT

Language: Rust .

dev tools, env vars, task runner

最后发布版本: v2024.7.5 ( 2024-07-30 02:42:58)

官方网址 GitHub网址

mise-logo
mise-en-place

Crates.io GitHub GitHub Workflow Status Codacy coverage (branch) 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
2024.11.9 macos-arm64 (a1b2d3e 2024-11-13)

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

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-10-01 01:45:14)

2024-07-30 02:42:58 v2024.7.5

2024-07-19 10:43:32 v2024.7.4

2024-07-14 11:11:41 v2024.7.3

2024-07-13 09:50:00 v2024.7.2

2024-07-08 11:37:37 v2024.7.1

2024-07-04 01:12:19 v2024.7.0

2024-06-21 00:10:39 v2024.6.6

2024-06-18 23:06:00 v2024.6.5

2024-06-15 20:33:21 v2024.6.4

2024-06-10 23:37:25 v2024.6.3

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

2024-11-20 07:29:29 lanyeeee/jmcomic-downloader

2024-11-19 23:39:15 gleam-lang/gleam

2024-11-19 08:50:55 lapce/lapce

2024-11-11 22:51:00 tauri-apps/tauri

2024-11-11 07:55:30 dani-garcia/vaultwarden

2024-11-09 16:42:37 rustdesk/rustdesk