koa-serve-index
Serve directory listings for koa
Last updated 10 years ago by yiminghe .
MIT · Repository · Bugs · Original npm
$ cnpm install koa-serve-index 
SYNC missed versions from official npm registry.

koa-serve-index

koa version of express serve index middleware

https://github.com/expressjs/serve-index

koa-serve-index NPM downloads Build Status Coverage Status Dependency Status node version

difference between expressjs/serve-index

  • support fileSort option: #3

example

var app = require('koa')();
app.use(require('koa-serve-index')(process.cwd()));
app.listen(90);

Current Tags

  • 1.1.1                                ...           latest (10 years ago)

1 Versions

  • 1.1.1                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (5)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org