lpeabody / drush-xhgui
xhgui integration for Drush
dev-master
2016-09-07 14:24 UTC
Requires
- drush/drush: ~8.1
- perftools/xhgui: dev-master
This package is auto-updated.
Last update: 2026-02-24 12:48:28 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.jsonfile and runcomposer update.