Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merkushin/wpplugin
An easy way to start building your new WordPress plugin
https://github.com/merkushin/wpplugin
wordpress-plugin
Last synced: 14 days ago
JSON representation
An easy way to start building your new WordPress plugin
- Host: GitHub
- URL: https://github.com/merkushin/wpplugin
- Owner: merkushin
- Created: 2023-06-05T08:57:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-29T12:15:12.000Z (over 1 year ago)
- Last Synced: 2024-12-25T11:15:44.239Z (23 days ago)
- Topics: wordpress-plugin
- Language: PHP
- Homepage: https://wpplugin.blog
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## wpplugin
Template for a new plugin.
```
$ composer create-project -s dev merkushin/wpplugin new-plugin
```> Don’t forget to rename the plugin name, the namespace and the plugin file.
Run tests:
```
$ make test
```Build the plugin:
```
$ make
```