0.1.1 • Published 11 years ago

phantomify v0.1.1

Weekly downloads
53
License
-
Repository
github
Last release
11 years ago

phantomify

Build Status

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