Giter Site home page Giter Site logo

baksohyeon / mise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jdx/mise

0.0 0.0 0.0 9.97 MB

dev tools, env vars, task runner - asdf, nvm, sdkman 모두 합친 툴 -

Home Page: https://mise.jdx.dev

License: MIT License

Shell 8.16% Ruby 0.09% Rust 90.93% Nix 0.26% Dockerfile 0.35% Just 0.20%

mise's Introduction

Crates.io GitHub GitHub Workflow Status Codacy 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 the migration guide because there are a few things to watch out for.

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
mise 2024.3.6

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

mise's People

Contributors

jdx avatar dependabot[bot] avatar renovate[bot] avatar roele avatar ajpantuso avatar dfang avatar scop avatar booniepepper avatar mise-en-dev avatar tombh avatar nezteb avatar jguddas avatar sacro avatar splinter98 avatar gasuketsu avatar tamasfe avatar endigma avatar wheinze avatar defhacks avatar gerbal avatar chadac avatar fiadliel avatar luccahuguet avatar kokakiwi avatar jasisk avatar jaybosamiya avatar muescha avatar nrjais avatar nicoandmee avatar nicolas-geniteau avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.