sequire
v0.0.2
Published
require modules from the root of your application without the ../../{im lost notation}
Downloads
3
Readme
Sequire
require modules from the root of your application without the ../../{im lost notation}
Installation
npm install sequireUsage
var mod = require('something/from/nearest/parent/folder/with/package.json');OR
This will return an absolute path to the module (?)
var mod = require('something/from/nearest/parent/folder/with/package.json', true);Thoughts ...
? Maybe it should return a relative path from calling file?
