jdx/mise
原文摘要
dev tools, env vars, task runner mise-en-place Dev tools, env vars, and tasks in one CLI Getting Started • Documentation • Dev Tools • Environments • Tasks Sponsored by entire.io and 37signals . View all sponsors . Tip My latest project, aube just hit stable! It's the fastest Node.js package manager with strong security defaults and is compatible with npm/pnpm/yarn lockfiles! What is it? mise prepares your development environment before each command runs. It keeps project tools, environment variables, and tasks in one mise.toml file so new shells, checkouts, and CI jobs all start from the same setup. Install and switch between dev tools like node, python, cmake, terraform, and hundreds more . Load environment variables per project directory, including values from .env files and other sources. Define and run tasks for building, testing, linting, and deploying projects. Demo The following demo shows how to install and use mise to manage multiple versions of node on the same system. Note that calling which node gives us a real path to node, not a shim. It also shows that you can use mise to install and many other tools such as jq , terraform , or go . See demo transcript . Quickstart…
📋 本文为 GitHub Trending Daily RSS 的 RSS 摘要原文,未经 AI 整理。完整上下文请以 原文 为准。