Installation
miyagi can be installed from npm:
npm i --save-dev @miyagi/core
or
yarn add --dev @miyagi/core
You can also install it globally:
npm i -g @miyagi/core
or
yarn global add @miyagi/core
NOTE: miyagi does not install any template engines for you, so you still need to install them manually.