0.0.6 • Published 8 years ago

koa-auto-routes v0.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

koa-auto-routes

a tool to auto map your routers folder and router for koa

用法

安装

    npm install koa-auto-routes --save

引入

在koa工程目录下的入口文件里

    var autoRoutes=require('koa-auto-routes')
    
    autoRoutes(app,'routes目录路径')

然后,koa-auto-routes就会自动帮你生成路由 ^.^

注意:index.js对应默认路径'/'

简单demo

dependence:

node.js V4+

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago