https://github.com/naxmefy/koa-support
https://github.com/naxmefy/koa-support
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naxmefy/koa-support
- Owner: naxmefy
- License: mit
- Created: 2016-03-29T07:07:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T07:37:14.000Z (about 9 years ago)
- Last Synced: 2024-04-14T07:52:19.786Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koa-support
Library/Collection of useful tools like controllers, routing and etc.
[](https://badge.fury.io/js/koa-support)
[](https://gemnasium.com/naxmefy/koa-support)[](https://travis-ci.org/naxmefy/koa-support)
[](https://coveralls.io/github/naxmefy/koa-support?branch=master)[](https://nodei.co/npm/koa-support/)
koa-support version | koa version | branch | npm tag
------------------- | ------------| ------ | -------
1.x | 1.x | master | latest> support for koa 2.x in progress
koa-support version | koa version | branch | npm tag
------------------- | ------------| ------ | -------
2.x | 2.x | v2.x | next## installation
```
$ npm install --save koa-support
```## usage
Go to [documentation](https://github.com/naxmefy/koa-support/wiki).
## contributing
* Found a bug? Create an issue!
* Missing Feature? Create an issue or fork the repo, implement the feature and start an pull request.## license
[MIT](https://github.com/naxmefy/koa-support/blob/master/LICENSE)