0.0.7 • Published 7 years ago
@saber2pr/koa-fs v0.0.7
@saber2pr/koa-fs
fs jobs for @saber2pr/koa.
# from npm
npm install @saber2pr/koa-fs
# from github
git clone https://github.com/Saber2pr/koa-fs.gitAPI
IndexJob
FsJob
HTMLJob
Redirect
重定向
export const IndexJob: Job = Redirect({
'/': '/index.html',
'/index': '/index.html',
'/index.htm': '/index.html'
})Koa()
.use(HTMLJob)
.listen(4003, () => console.log('http://localhost:4003'))start
npm installnpm start
npm testAuthor: saber2pr
develope and test
you should write ts in /src
you should make test in /src/test
export your core in /src/index.ts!