Note: Koa's application generator.
npm install -g koay-cli
# or
cnpm install -g koay-cli
$ koay create hello # or npx koay-cli create hello
$ cd hello
$ npm install
Koa middleware
Name | description | Badges | Supports |
---|---|---|---|
koay | Koa's application generator. | koa2 | |
koay-cli | Run a Koa application with one command. | koa2 | |
koay-body | a body parser for koa2. | koa2 | |
koay-router | better configure each route for koa2 or express. | koa2 express |
|
koay-stylus | a stylus middleware for koa2 | koa2 | |
koay-ua | it parses user agent for koa2 | koa2 | |
koay-res | try to build a compatible express' response for koa2 | koa2 |