Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 609 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 609 Bytes

anyify

Build Status npm version

what is

a browserify transform for anything

like what

like coffeescript:

browserify -t [ anyify --coffee [ coffee-script?compile ] ]

go on

for a file extension (--coffee) load a thing (coffee-script) and do a thing (compile)

ew, cli?

var bundle = browserify(...);
bundle.transform('anyify', {
  'coffee': 'coffee-script?compile'
});

licence

MIT