This app is a PHP CLI for generating WordPress plugin template based on WordPress Plugin Boilerplate by Tom McFarlin (wppb.io).
| Dependency | Version |
|---|---|
| PHP | >= 7.4 |
| Composer |
git clone https://github.com/PierreThiollent/wordpress-plugin-template-generator.gitcd wordpress-plugin-template-generatorcomposer installGenerate a plugin
php wpgp.php generateIt will ask you for the plugin slug, plugin name, plugin uri, author name, author email and author uri. The generated plugin will be available in /project/source/plugin-slug
