https://github.com/jameslnewell/koa
A number of packages made to work with koa.
https://github.com/jameslnewell/koa
context koa middleware mock reload router testing
Last synced: about 2 months ago
JSON representation
A number of packages made to work with koa.
- Host: GitHub
- URL: https://github.com/jameslnewell/koa
- Owner: jameslnewell
- Created: 2019-02-14T11:33:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:41:40.000Z (over 2 years ago)
- Last Synced: 2025-03-15T02:55:02.589Z (2 months ago)
- Topics: context, koa, middleware, mock, reload, router, testing
- Language: TypeScript
- Homepage:
- Size: 595 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# koa
[](https://circleci.com/gh/jameslnewell/koa)
A number of packages made to work with koa.
## Packages
### [koa-create-context](./koa-create-context)

Create a context for mocking or whatever purpose.
### [koa-reload-middleware](./koa-reload-middleware)

Reload a middleware if it is modified during development.
### [koa-router-middleware](./koa-router-middleware)

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
```