https://github.com/naxmefy/node-koa-router-support
https://github.com/naxmefy/node-koa-router-support
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naxmefy/node-koa-router-support
- Owner: naxmefy
- License: mit
- Created: 2016-09-03T13:33:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T09:47:19.000Z (over 8 years ago)
- Last Synced: 2025-02-16T18:38:18.881Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-koa-router-support
[](https://badge.fury.io/js/%40naxmefy%2Fkoa-router-support)
[](https://travis-ci.org/naxmefy/node-koa-router-support)
[](https://coveralls.io/github/naxmefy/node-koa-router-support?branch=master)## Installation
```
$ npm install --save @naxmefy/koa-router-support
```## Usage
```JavaScript
import KoaRouter from 'koa-router'
import koaRouterSupport from '@naxmefy/koa-router-support'koaRouterSupport(KoaRouter)
```