lpeabody/drush-xhgui

xhgui integration for Drush

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:drupal-drush

dev-master 2016-09-07 14:24 UTC

This package is auto-updated.

Last update: 2024-04-24 09:03:14 UTC


README

XHGui integration with Drush.

Installation

Add the following option via drushrc:

$options['xhgui-header'] = '/path/to/xhgui/external/header.php';'

Once this has been added, simply add the --xhgui flag to any drush command to record the run.

Composer Install

To install via composer add the following to your composer.json file

  • Add to your "repositories" array:
    {
      "type": "vcs",
      "url": "https://github.com/lpeabody/drush-xhgui"
    }
  • Add "lpeabody/drush-xhgui": "dev-master" to your composer.json file and run composer update.