express-inherits

0.0.1 • Public • Published

Express Inherits

Inherits settings from parent app when mounting express apps. Please se visionmedia/express#1637 for details.

Example

var express = require('express')
  , ei = require('express-inherits')

var main = express()
  , child = express()

ei(child)

main.use(child)

Install

npm install -S express-inherits

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i express-inherits

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tellnes