A CLI tool for automating & simplifying much of the WordPress multi-environment workflow.
- Simplified Source Control - Only track your theme. Use config files for everything else.
- Environment Management - Migrates database & uploads between environments
- Automatically Configure Apache & Hosts - Automagically configures Apache virtualhosts and hosts for local development
- Deployment - Build & Deploy via rsync or Git
This has only been tested on OS X. It will not work as-is on Windows. It will maybe work on nix
- Node.js & npm
- Composer
-
mysql
in your $PATH
- Install HelperPress globally via npm:
npm install helperpress -g
. - Setup your global HelperPress config file (
~\.helperpress
) - Run
hp init
in your project's repo
Run hp --help
for a list of commands.
Learn more in the Documentation at the GitHub Wiki