Skip to content

Icehunter/eriuqer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eriuqer

Another way to require?

var r = require('eriuqer');

// require 1
var x = r('path');

// require a whole bunch async

r([
    'path',
    'util',
    'os',
    'test'
], function (path, util, os, test) {
    console.log(util.format('Working Directory: [%s]', path.dirname(process.argv[1])));
    console.log(util.format('Host: [%s]', os.hostname()));
    console.log(util.format('Who? %s', test.who()));
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages