40Digits / helperpress

A tool for automating much of the WordPress development workflow
8 stars 2 forks source link

HelperPress

A CLI tool for automating & simplifying much of the WordPress multi-environment workflow.

Requirements

This has only been tested on OS X. It will not work as-is on Windows. It will maybe work on nix

  1. Node.js & npm
  2. Composer
  3. mysql in your $PATH

Installation

  1. Install HelperPress globally via npm: npm install helperpress -g.
  2. Setup your global HelperPress config file (~\.helperpress)
  3. 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