power-require

require commonjs module from string or file


License
MIT
Install
npm install power-require@0.0.3

Documentation

power-require

const superRequire = require('power-require')
const a = superRequire.fromFile('path/to/file','whatever/node/module/path/you/want')

API

fromFile(file, [folder])

file

Required
Type: string

where file is located, either absolute or relative path is supported.

folder

Type: string
Default: .

from where to find module path, default is the path of the requiring parent file