irm-cli
v1.1.0
Published
A simple CLI for scaffolding common projects.
Readme
irm-cli 
A simple CLI for scaffolding common projects.
Installation
Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.
$ npm install -g irm-cliUsage
$ irm init <template-name> <project-name>Example:
$ irm init webpack-simple my-projectThe above command pulls the template from irm-github/webpack-simple, prompts for some information, and generates the project at ./my-project/.
