Pipe your javascripts straight into your browser
npm install scatPipe 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.

Either point scat to a JavaScript file:
`` bash`
scat bundle.js
Or pipe your JavaScript into it:
` bash``
browserify -d index.js | uglifyjs -cm | scat
In the interest of keeping things as simple as possible, there's no
command-line flags to use here for now. Enjoy!
MIT. See LICENSE.md for details.