0.0.2 • Published 11 years ago

rapp v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
11 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

11 years ago

0.0.1

11 years ago