Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:41:40.000Z (about 2 years ago)
- Last Synced: 2024-10-12T03:18:25.516Z (4 months ago)
- Topics: context, koa, middleware, mock, reload, router, testing
- Language: TypeScript
- Homepage:
- Size: 595 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# koa
[![CircleCI](https://circleci.com/gh/jameslnewell/koa.svg?style=svg)](https://circleci.com/gh/jameslnewell/koa)
A number of packages made to work with koa.
## Packages
### [koa-create-context](./koa-create-context)
![npm](https://img.shields.io/npm/v/koa-create-context.svg)
Create a context for mocking or whatever purpose.
### [koa-reload-middleware](./koa-reload-middleware)
![npm](https://img.shields.io/npm/v/koa-reload-middleware.svg)
Reload a middleware if it is modified during development.
### [koa-router-middleware](./koa-router-middleware)
![npm](https://img.shields.io/npm/v/koa-router-middleware.svg)
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
```