mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2025-09-05 23:40:39 +00:00
Added Install and Badges
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,16 @@
|
||||
# Koa Router
|
||||
|
||||
[](https://www.npmjs.com/package/cca-koa-router)
|
||||
[]()
|
||||
[]()
|
||||
|
||||
Koa Router with support for recursive nesting and regexp and dynamic urls. No dependecies and lightweight code.
|
||||
|
||||
### Install
|
||||
```bash
|
||||
npm install cca-koa-router --save
|
||||
```
|
||||
|
||||
### Simple Example
|
||||
```javascript
|
||||
const
|
||||
|
Reference in New Issue
Block a user