include

1.1.0 • Public • Published

node-include

Require local files relative to the path provided at require.

install

npm install include

usage

var include = require('include')(__dirname);

without include

var foo = require('../../../path/to/foo');

with include

var foo = include('path/to/foo');

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i include

Weekly Downloads

685

Version

1.1.0

License

MIT

Last publish

Collaborators

  • anichols