https://github.com/un-ts/koa
Incredible Koa middlewares/plugins, make Koa greater
https://github.com/un-ts/koa
decorators koa koa-middlewares koa-plugins
Last synced: about 1 month ago
JSON representation
Incredible Koa middlewares/plugins, make Koa greater
- Host: GitHub
- URL: https://github.com/un-ts/koa
- Owner: un-ts
- License: mit
- Created: 2017-11-17T14:49:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:54:09.000Z (over 3 years ago)
- Last Synced: 2024-04-13T23:15:33.183Z (about 2 years ago)
- Topics: decorators, koa, koa-middlewares, koa-plugins
- Language: TypeScript
- Homepage: https://koajs.now.sh
- Size: 3.91 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @rxts/koa
[](https://github.com/rx-ts/koa/actions?query=workflow%3A%22Node+CI%22)
[](https://www.codacy.com/gh/rx-ts/koa)
[](https://github.com/plantain-00/type-coverage)
[](https://github.com/rx-ts/koa/releases)
[](https://david-dm.org/rx-ts/koa?type=dev)
[](https://conventionalcommits.org)
[](https://github.com/prettier/prettier)
[](https://lerna.js.org)
[](https://codechecks.io)
> Incredible [Koa][] middlewares/plugins, make [Koa][] greater.
## TOC
- [Packages](#packages)
- [Changelog](#changelog)
- [License](#license)
## Packages
This repository is a monorepo managed by [Lerna][] what means we actually publish several packages to npm from same codebase, including:
| Package | Description | Version | Peer Dependencies | Dependencies |
| ------------------------------------------------------------ | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`@rxts/koa-proxy`](/packages/proxy) | `http-proxy` wrapper as Koa middleware | [](https://www.npmjs.com/package/@rxts/koa-proxy) | [](https://david-dm.org/rx-ts/koa?path=packages/proxy&type=peer) | [](https://david-dm.org/rx-ts/koa?path=packages/proxy) |
| [`@rxts/koa-router-decorators`](/packages/router-decorators) | Decorators for koa-router, inspired by Java Annotations of Spring MVC framework | [](https://www.npmjs.com/package/@rxts/koa-router-decorators) | [](https://david-dm.org/rx-ts/koa?path=packages/router-decorators&type=peer) | [](https://david-dm.org/rx-ts/koa?path=packages/router-decorators) |
## Changelog
Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).
## License
[MIT][] © [JounQin][]@[1stG.me][]
[1stg.me]: https://www.1stg.me
[koa]: https://github.com/koajs/koa
[jounqin]: https://GitHub.com/JounQin
[lerna]: https://github.com/lerna/lerna
[mit]: http://opensource.org/licenses/MIT