logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Runtime Manager - Control Language Versions with Mise | Online Free DevTools by Hexmos

Control language runtime versions with Mise. Install, manage, and switch between Node.js, Python, Ruby, and Go versions easily. Free online tool, no registration required.

mise

Manage language runtimes like Node.js, Python, Ruby, Go, Java, etc and various tools. More information: https://mise.jdx.dev.

  • List all available plugins:

mise plugins list-all

  • Install a plugin:

mise plugins add {{name}}

  • List runtime versions available for install:

mise ls-remote {{name}}

  • Install a specific version of a package:

mise install {{name}}@{{version}}

  • Set global version for a package:

mise use --global {{name}}@{{version}}

  • Set local version for a package:

mise use {{name}}@{{version}}

  • Set environment variable in configuration:

mise set {{variable}}={{value}}

  • Pass plugin options:

mise use {{name}}\[{{option1}}={{option1_value}},{{option2}}={{option2_value}}\]@{{version}}

See Also