1.3.5 • Published 2 years ago

koa-cka v1.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Koa-CLI

A Koa Cli, easy to use.

Installation

npm i -g koa-cka

Usage

Create a Koa app in directory my-app:

koa create my-app

After the project created, you can run:

cd my-app
npm start

To start a dev server:

npm run serve

Once file changes server will auto restart.

Enjoy your coding time.