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

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.

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
```

![install](https://user-images.githubusercontent.com/919149/27462260-b6ac93c6-57d4-11e7-8fd1-c8ed3fea2edb.gif)

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

![use-wpg](https://user-images.githubusercontent.com/919149/27462395-d2f279e6-57d5-11e7-9c3c-7c0817e6d794.gif)