https://github.com/vheidari/wordpressplugingenerator
A nodejs module. help developer to init fast development area.
https://github.com/vheidari/wordpressplugingenerator
wordpress wordpress-development wordpress-plugin wordpress-plugin-development wordpress-plugin-settings wp-plugin
Last synced: 21 days ago
JSON representation
A nodejs module. help developer to init fast development area.
- Host: GitHub
- URL: https://github.com/vheidari/wordpressplugingenerator
- Owner: vheidari
- Created: 2017-06-22T21:54:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T01:10:34.000Z (over 8 years ago)
- Last Synced: 2025-03-24T04:17:31.375Z (10 months ago)
- Topics: wordpress, wordpress-development, wordpress-plugin, wordpress-plugin-development, wordpress-plugin-settings, wp-plugin
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress Plugin Generator
This module helps you generate WordPress plugin files and folders based on the following link, providing a best-practice way to organize your WordPress plugin files and folders. For more information, please check this link:
```
https://developer.wordpress.org/plugins/the-basics/best-practices/
```
## How to install it ?
You can Install this module with the following command :
```
git clone https://github.com/vheidari/wordpress-plugin-generator.git
```

## How to use it ?
When you clone it, you can use the command below inside your terminal::
```
node wpg.js
```
