$ wp mwp add-template <slug> <name>
This command adds a new html template to your plugin.
@Params
<slug>
(required) The slug (directory) of the plugin to add to
<name>
(required) The name of the new template file
@Example
$ wp mwp add-template acmecompany-gizmo views/gizmo/main
Creating new template snippet...
Template added successfully.