Skip to Content
Installation

Installation

Install Globally

Install miso globally using your preferred package manager:

>Terminal
pnpm add -g @ekkolyth/miso

Initialize in Your Project

Once installed, navigate to your project directory and run:

miso init

This will:

  1. Prompt you to name your project
  2. Let you choose your package manager (bun, npm, pnpm, or yarn)
  3. Create a miso.json configuration file
  4. Run your package manager’s init command if package.json doesn’t exist

Start Using Miso

After initialization, you can use miso commands:

miso install miso add react miso dev
Last updated on