0.0.10 • Published 4 years ago

next-to-express v0.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

next-to-express

Middleware to convert a Next.js app into express middleware.

Example

import express from 'express'
import { dirToMiddleware } from 'next-to-express'

const app = express()

app.use(await dirToMiddleware(__dirname + './app1')
app.use(await dirToMiddleware(__dirname + './app2')

Contributing

Please fork the project and submit a pull request with tests. Install node modules npm install and run tests with npm test.

License

MIT

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago