inside

require() relative to the path inside your module.

  • inside

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
inside
001.0.08 years ago8 years agoMinified + gzip package size for inside in KB

Readme

node-self
require() relative to the path inside your module.

Installation

npm install --save inside

Usage:

var User = require('inside')('lib/models/user');

How does it work?

The first time node-self is called, it detects which file is calling it. It then traverses up the directory tree to find the first package.json. Then all calls to node-self will simply call require() relative to that directory.