Skip to content

Sign312/koa-auto-routes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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+

About

a tool to map routers folder and router for koa

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published