kfz-include
v1.0.2
Published
孔网widget文件加载器
Downloads
3
Readme
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