cheesy

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cheesy

Weekly Downloads

5

Version

1.0.2

License

ISC

Last publish

Collaborators

  • seanewest