1.0.7 • Published 10 years ago

j.require v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago