Skip to content

jameslnewell/koa

Repository files navigation

koa

CircleCI

A number of packages made to work with koa.

Packages

npm

Create a context for mocking or whatever purpose.

npm

Reload a middleware if it is modified during development.

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