scat
v0.0.0
Published
Pipe your javascripts straight into your browser
Maintainers
Readme
scat 

Pipe your javascripts straight into your browser.
Inspired by bcat, except instead of
piping HTML or text into scat you just pipe JavaScript – which will get wrapped
up with an index.html and boot up the page for you.
Usage
Either point scat to a JavaScript file:
scat bundle.jsOr pipe your JavaScript into it:
browserify -d index.js | uglifyjs -cm | scatIn the interest of keeping things as simple as possible, there's no command-line flags to use here for now. Enjoy!
License
MIT. See LICENSE.md for details.

