0.0.10 • Published 5 years ago

next-to-express v0.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago