Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netzstrategen/generator-netz-wordpress-plugin

A WordPress plugin Yeoman generator with netzstrategen standards.
https://github.com/netzstrategen/generator-netz-wordpress-plugin

generator wordpress wordpress-plugin yeoman-generator

Last synced: 13 days ago
JSON representation

A WordPress plugin Yeoman generator with netzstrategen standards.

Awesome Lists containing this project

README

        

# WordPress Plugin Yeoman Generator
With this Yeoman Generator, it is possible to easily scaffolding a WordPress plugin
following the netzstrategen coding standards.

## Installation
- `npm install -g yo`
- `npm install -g generator-netz-wordpress-plugin`

## Use
- `yo netz-wordpress-plugin`

## Features
- The generated plugin can optionally have assets. In that case, [gulp-task-collection](https://github.com/netzstrategen/gulp-task-collection)
NPM package is installed. Also, netzstrategen ESLint and Stylelint standards are included.
- It's possible to automatically create frequently used PHP Classes (e.g. `Admin`, `WooCommerce`, `CliCommand`).
- A Travis configuration file is automatically generated. It makes the plugin ready to be tested.