README
react-koa-app-cli
A simple CLI for scaffolding react-koa-app projects.
Installation
prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.
$ npm install -g react-koa-app-cli
Usage
$ react-koa-app init <project-name>
Example:
$ react-koa-app init my-app
The above command pulls the template from react-koa-app, prompts for some information, and generates the project at ./my-app/.