jameslnewell / koa

A number of packages made to work with koa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koa

CircleCI

A number of packages made to work with koa.

Packages

koa-create-context

npm

Create a context for mocking or whatever purpose.

koa-reload-middleware

npm

Reload a middleware if it is modified during development.

koa-router-middleware

npm

A router middleware for koa.

Development

Installation

To install the dependencies for all packages, run:

yarn

Lint

To lint all packages, run:

yarn run lint

Build

To build all packages, run:

yarn run build

Test

To test all packages, run:

yarn run test

About

A number of packages made to work with koa.


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%