1.0.4 • Published 4 years ago

koa-cli-app v1.0.4

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

koa-cli-app

Simple CLI for scaffolding Koa projects

Installation

$ npm install -g koa-cli-app
or
$ yarn add global koa-cli-app

Quick Start

Create the app:

$ koa-cli-app init

Install dependencies:

$ npm install

Start your Koa app at http://localhost:3000

$ npm run start