0.2.8 • Published 10 years ago

isotropy-static v0.2.8

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

isotropy-static

Static file handler for koa with an ES7 async/await (or promises) based API. This is very similar to koa-static, but doesn't use generators.

Usage

Install it via npm

npm install isotropy-static

Use it with koa.

const app = new koa();
app.use(isotropyStatic(__dirname + "/icles"));
app.listen();

You can see more examples in the test/ directory.

0.2.8

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago