An open API service indexing awesome lists of open source software.

https://github.com/naxmefy/koa-support


https://github.com/naxmefy/koa-support

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# koa-support

Library/Collection of useful tools like controllers, routing and etc.

[![npm version](https://badge.fury.io/js/koa-support.svg)](https://badge.fury.io/js/koa-support)
[![Dependency Status](https://gemnasium.com/naxmefy/koa-support.svg)](https://gemnasium.com/naxmefy/koa-support)

[![Build Status](https://travis-ci.org/naxmefy/koa-support.svg?branch=master)](https://travis-ci.org/naxmefy/koa-support)
[![Coverage Status](https://coveralls.io/repos/github/naxmefy/koa-support/badge.svg?branch=master)](https://coveralls.io/github/naxmefy/koa-support?branch=master)

[![NPM](https://nodei.co/npm/koa-support.png?downloads=true&downloadRank=true&stars=true)](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)