wonderpress init

Initializes a new or existing Wonderpress Development Environment

Sets up (or initializes) a new or existing Wonderpress-flavored WordPress Development Environment, configures and installs WordPress, and installs various developer tools, such as Static Kit.

Options

–dir=<directory>
The directory to install Wonderpress (relative to the current directory). Defaults to the current directory.

Examples

# Install Wonderpress into the current directory and initialize
$ wonderpress initialize
# Various prompts for configuration...
Wonderpress SUCCESS: Wonderpress was installed!

# Install Wonderpress into a different directory, named "example"
$ wonderpress init --dir=example
# Various prompts for configuration...
Wonderpress SUCCESS: Wonderpress was installed!