scripts
v0.1.0
Published
Resolve scripts based on supported extensions.
Downloads
19,910
Readme
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/>



