drupal-shoot
Advanced tools
@@ -5,2 +5,3 @@ #!/usr/bin/env node | ||
var path = require('path'); | ||
var manifest = require('./package.json'); | ||
@@ -11,3 +12,3 @@ var main = require('./index.js'); | ||
cli.version('0.2.1'); | ||
cli.version(manifest.version); | ||
cli.option('-p, --path [value]', 'Path to drupal installation, defaults to [cwd].'); | ||
@@ -14,0 +15,0 @@ cli.option('-o, --output [value]', 'Screenshot output directory.'); |
{ | ||
"name": "drupal-shoot", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"author": "Jens Lind <jens@jensl.se>", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -1,8 +0,11 @@ | ||
# Drupal-shoot [](https://travis-ci.org/jenslind/drupal-shoot) | ||
# Drupal-shoot [](https://travis-ci.org/jenslind/drupal-shoot)  | ||
> Takes screenshots of a Drupal website based on nodes and views pages. | ||
## Install | ||
``` | ||
npm install -g drupal-shoot | ||
``` | ||
You also needs [PhantomJS](http://phantomjs.org/) installed. | ||
@@ -9,0 +12,0 @@ ## Usage |
11636
1.54%307
0.33%39
8.33%