Skip to Content
Installation

Installation

Install miso globally using your preferred package manager:

>Terminal
npm install -g @ekkolyth/miso

Once installed, you can update to the latest version of miso any time by running:

>Terminal
miso upgrade

Install in a project

If you want to install miso only in the project you’re currently working on, add it as a dev dependency:

>Terminal
npm i @ekkolyth/miso -D
Last updated on