1.2.1 • Published 7 years ago

react-koa-app-cli v1.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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/.