0.0.9 • Published 7 years ago

generator-log-wp-plugin v0.0.9

Weekly downloads
6
License
GPL-2.0
Repository
github
Last release
7 years ago

Plugin Boilerplate Generator

What it is

It will generate a base WordPress Plugin project with PHPUnit, WP_Mocks and Gulp tasks.

Instalation

Please read Yeoman docs for Yeoman installation.

Run generator-log-wp-plugin from npm:
npm install -g generator-log-wp-plugin

Bootstrap

yo log-wp-plugin will generate a package.json and a composer.php with the specified dependencies, an .editorconfig, a .gitignore, a phpunit.xml and a {plugin_name}.php, and will create the following directories and files:

  • languages/
  • lib/ Activator.php Deactivator.php I18n.php index.php * Plugin.php
  • src/ scripts/ styles/
  • templates/
  • test/ phpunit/ sample.test.php

Sub-Generators:

Aditional sub-generators to generate/update files to enhance your plugin.

Where can I report bugs?

Git issues

Changelog

  • <%= version %> * Initial release.

ROADMAP

  • Sub-generator for Taxonomy
  • Sub-generator for Custom Post Type
  • Sub-generator for Frontend type files
  • Sub-generator for WP-API EndPoint
  • Sub-generator for Widget
  • App prompting refactor and field validation

Contributors:

License:

GPL-2.0 or later

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago