Skip to content

yanhick/robinson.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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