cheesy
v1.0.2
Published
Browserify your code and run it in it's own Thrust browser window
Downloads
14
Readme
Cheesy
Browserify your code and run it in it's own Thrust browser window.
Example
cheesy main.js 800 600
This will browserify your js, wrap it in an html template, and then open it an a thrust browser window with width 640 and height 480.
Specifying the width and height is optional.
Install
npm install -g seanewest/cheesy
Usage
cheesy entry.js [width] [height]
Pipeline Friends
Cheesy is just a composition of browserify, jstohtml, and thrust-cat, which you can all run from the command line in a pipeline:
cat index.js | browserify - | jstohtml | thrust-cat 200 400