$ wp mwp update-boilerplate
Before creating new plugins from the command line, you must first download a boilerplate package that can be customized by the command line tool.
The update-boilerplate
command will download the specified boilerplate plugin into the /mwp-framework/boilerplate
directory, which will then be used as a template when creating new plugins.
@Params
<url>
(optional) The url of a custom boilerplate package
@Example
$ wp mwp update-boilerplate
Downloading package...
Extracting package...
Updating boilerplate plugin...
Boilerplate successfully updated.