jaredhanson/node-scripts

View on GitHub
examples/js/main.js

Summary

Maintainability
A
0 mins
Test Coverage
var scripts = require('../..')

var path = scripts.resolve('hello');
console.log('resolved hello to: ' + path);
console.log('exports: ' + require('./hello').hello);