Skip to content

seanewest/cheesy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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 800 and height 600.

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

About

Browserify and run your JS in a thrust window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published