Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dev tools, env vars, task runner

License

NotificationsYou must be signed in to change notification settings

cybernetics/mise-en-place

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Crates.ioGitHubGitHub Workflow StatusCodacy coverage (branch)Discord

The front-end to your dev env. (formerly called "rtx")

What is it?

Migrating from rtx

mise will attempt to migrate most of its internal files making the transition as easy as possible. That said, it's worth reading themigration guide because there are a few things to watch out for.

30 Second Demo

The following shows using mise to install different versionsofnode.Note that callingwhich node gives us a real path to node, not a shim.

demo

Quickstart

Install mise (other methodshere):

$curl https://mise.run| sh$~/.local/bin/mise --versionmise 2024.2.16

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 defaultecho 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrcecho 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrcecho '~/.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 -vv20.0.0

Full Documentation

Seemise.jdx.dev

About

dev tools, env vars, task runner

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust90.5%
  • Shell8.4%
  • Other1.1%

[8]ページ先頭

©2009-2025 Movatter.jp