better-require icon indicating copy to clipboard operation
better-require copied to clipboard

Augments require() with support for multiple file formats. Node.js / NPM package

Results 4 better-require issues
Sort by recently updated
recently updated
newest added

133920 ./node_modules 134012 . [root@localhost better-require] I really really like better-require module, but the only thing holding me back is it uses 134MB after npm-install. I'm not sure how I...

Since [require.extensions is deprecated](http://nodejs.org/api/all.html#all_require_extensions), you could add the option of: ``` js var betterRequire = require('better-require')('json xml yaml'); ``` You then could even do this (if it doesn't make you...

Just a note. I'm looking for a `require` replacement at the moment.

`coffee-script/register` needs to be required instead (or a call to `CoffeeScript.register()` ) when VERSION is greater or equal 1.7 - see coffescript.org change log