https://github.com/appzcoder/wp-generator
WP Generator
https://github.com/appzcoder/wp-generator
Last synced: about 1 month ago
JSON representation
WP Generator
- Host: GitHub
- URL: https://github.com/appzcoder/wp-generator
- Owner: appzcoder
- Created: 2015-10-31T18:36:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T15:24:31.000Z (almost 10 years ago)
- Last Synced: 2025-06-25T07:05:57.865Z (10 months ago)
- Language: PHP
- Homepage: http://sohelamin.com/wp-generator/
- Size: 42 KB
- Stars: 10
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Generator
WP Generator
Inspired by [https://github.com/tareq1988/wp-generators](https://github.com/tareq1988/wp-generators)
## Features
- WP List Table Generator
## Installation
```bash
cd your-directory
git clone https://github.com/appzcoder/wp-generator.git
cd wp-generator
```
## Commands
For generating crud plugin:
```bash
php generator --crud-name=customer --textdomain=appzcoder --plugin-name="customer crud" --prefix=ac_ --fields="name:text:req, email:email:req, address:textarea, city:text"
```
Note: You can easily generate crud plugin. Generated stuffs will be found in your "wp-generator" directory as "your-plugin-name".zip file.
##Author
[Sohel Amin](http://www.sohelamin.com)