Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/netzstrategen/generator-netz-wordpress-plugin
- Owner: netzstrategen
- License: gpl-3.0
- Created: 2019-07-20T13:26:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:07:16.000Z (almost 2 years ago)
- Last Synced: 2024-02-23T00:21:27.164Z (11 months ago)
- Topics: generator, wordpress, wordpress-plugin, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 471 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT
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.