Skip to content

anthonynichols/node-include

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Require local files relative to the root of your node project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published