0.0.2 • Published 12 years ago

rapp v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
12 years ago

RAPP - RequireApp

require method for app based on custom ROOT

Example

  var rapp = require('rapp')('./app');

  var User = rapp('models/User');

  rapp.setRoot(__dirname);
  console.log(rapp.getRoot());
0.0.2

12 years ago

0.0.1

12 years ago