Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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