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
Requires
- drush/drush: ~8.1
- perftools/xhgui: dev-master
This package is auto-updated.
Last update: 2024-12-24 10:20:39 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 yourcomposer.json
file and runcomposer update
.