/robinson.js

A port of robinson for node.js

Primary LanguageJavaScript

Build Status Coverage Status Code Climate

#Robinson.js

A node.js port of Robinson

##Install

Clone this repo, then cd in it and:

npm install

##Usage

node index --html file.html --css file.css --output file.png

By default, robinson will load test.html and css.html from the examples directory and save the rendered page to a file named output.png.

##Test

npm test