0.1.0 • Published 12 years ago
scripts v0.1.0
scripts
Resolve scripts based on supported extensions.
Install
$ npm install scriptsUsage
Resolve a require-able script to a path, including extension.
var path = scripts.resolve('hello');
// => 'hello.js'With CoffeeScript support:
require('coffee-script');
var path = scripts.resolve('hello');
// => 'hello.coffee'Tests
$ npm install
$ npm testCredits
License
Copyright (c) 2013 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)
0.1.0
12 years ago


