requirein(path, name)
Use node's require function as if the file you're requiring from is in another target directory.
var requirein = require('requirein')
, pwd = process.env.PWD
, request = requirein(pwd, 'request')
;
Credits to Bradley Meck for figuring this out and writing the original code.
Version | Tag | Published |
---|---|---|
0.4.0 | latest | 8yrs ago |