You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

drupal-shoot

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drupal-shoot - npm Package Compare versions

Comparing version

to
0.2.7

@@ -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 [![Build Status](https://travis-ci.org/jenslind/drupal-shoot.svg?branch=master)](https://travis-ci.org/jenslind/drupal-shoot)
# Drupal-shoot [![Build Status](https://travis-ci.org/jenslind/drupal-shoot.svg?branch=master)](https://travis-ci.org/jenslind/drupal-shoot) ![](https://img.shields.io/badge/Drupal-7-blue.svg)
> 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