Skip to content
/ koa-cka Public

A simple Koa CLI, create an Koa.js app with one command.

License

Notifications You must be signed in to change notification settings

cxOrz/koa-cka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Koa CLI, create an Koa.js app with one command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published