Installation
Install Globally (recommended)
Install miso globally using your preferred package manager:
>Terminal
npm install -g @ekkolyth/misoOnce installed, you can update to the latest version of miso any time by running:
>Terminal
miso upgradeInstall 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 -DLast updated on