0.0.6 • Published 7 years ago

create-koa-app v0.0.6

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

create-koa-app

Create koa apps with koa-base-boilerplate

explain

koa-base-boilerplate is a koa boilerplate integrated with koa-router koa-cors koa-bodyparser koa-auto-routes babel

and happly, you can use async/await in your app like koa2, even though we use koa1.

This handy feature is owe to babel.

koa-base-boilerplate is simple and flexible !

usage

first, install

npm install create-koa-app -g

then, use create-koa-app create your koa app

create-koa-app [your app name]

then, build

cd [your app name] && npm i

then, run

npm start
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago