dxw / whippet

Whippet is a framework for building WordPress sites that eases deployment, plugin management and build steps.
MIT License
14 stars 3 forks source link

Make whippet generate basic plugin #162

Closed RobjS closed 1 year ago

RobjS commented 3 years ago

We already use whippet to generate apps (whippet generate app) and themes (whippet generate theme), so it would make sense that it could generate a plugin as well (whippet generate plugin).

We already have a repo for that: https://github.com/dxw/wordpress-plugin-template, so it should just clone that into the appropriate location.