Skip to content

quarterpast/Anyify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a browserify transform for anything

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •