phantomify
v0.1.1
Published
Browserify require in a PhantomJS
Downloads
2,662
Readme
phantomify
Phantomify lets you headlessly browserify!!
Browserify does a great job of letting you concentrate on writing reusable modules that work both on nodejs & browsers instead of spending efforts on bikeshidding module format. PhantomJS on the other hand is headless webkit browser that is well supported by a travis-ci. Phantomify composes this great tools together to let you run node module in a headless browser environment.
Usage
phantomify ./path/to/index.js
Phantomify will make a browserify bundle for the given module path and then will load & execute it in an empty HTML page in a PhantomJS.
Install
npm install -g phantomify