0.0.1 • Published 12 years ago

quickire v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
12 years ago

quickire

A node module that makes calls to require with less typing

The whole idea is replace things like

var foo = require('foo');
var bar = require('bar');

by:

var q = quickire({'foo':'foo','bar':'bar'});

Then you use it:

q.foo.aFunction(arg1, arg2)

Build Status

0.0.1

12 years ago