1.0.7 • Published 9 years ago

j.require v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

j.require

A require statement that takes a path beginning from the root of your directory. The root is defined as where your node_modules folder is.


Installation

  npm install j.require

Example Directory

YourApp/ --ROOT --node_modules/ --utils/ ----NOT ROOT ----coolUtil.js --server/ ----server.js --index.js --package.json --README.md


Example Usage:

  // server/server.js

  var j = require('j.require');
  var coolUtil = j.require('utils/coolUtil');
1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago