The command line tool to use the Galen Framework. This includes the wrapper above and webdriver downloads for different browsers
npm install galenframework 
 
Galen allows automated testing of look and feel for your responsive websites.
> Just the node wrapper for Galen.

If you want to install Galen as CLI command install the CLI-module
> Feel free to donate
>
> 
>
> 
>
> Or donate Bitcoins:
> 
>
> Also via greenaddress
You must have Java 6+ installed.
> (sudo) npm install -g galenframework
Or the develop build, which maybe not be stable
> (sudo) npm install -g galenframework@next
In case of errors within Ubuntu/Debian, e.g.
````
sh: 1: node: not find
Then you need to install nodejs-legacy:
> (sudo) apt-get install nodejs-legacy
Thanks for Obvious and their PhantomJS project for heavy inspiration! Check their project on Github.