Installation
Install Globally
Install miso globally using your preferred package manager:
>Terminal
pnpm add -g @ekkolyth/misoInitialize in Your Project
Once installed, navigate to your project directory and run:
miso initThis will:
- Prompt you to name your project
- Let you choose your package manager (bun, npm, pnpm, or yarn)
- Create a
miso.jsonconfiguration file - Run your package manager’s
initcommand ifpackage.jsondoesn’t exist
Start Using Miso
After initialization, you can use miso commands:
miso install
miso add react
miso devLast updated on