kfz-include

1.0.2 • Public • Published

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

/kfz-include/

    Package Sidebar

    Install

    npm i kfz-include

    Weekly Downloads

    4

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • kongfz