node-include Require local files relative to the path provided at require. install npm install kfz-include usage default path is yourProject/src/widget var include = require('widget'); without include var foo = require('../../../path/to/foo'); with include var foo = include('path/to/foo'); license MIT