mitan-cli A simple CLI for scaffolding Mitan projects. Installation Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git. $ npm install -g mitan-cliUsage generate a new project from a template $ mi init <template-name> [project-name]Example: $ mi init node-web my-project