anttiviljami / wp-boilerplate-plugin
Boilerplate description
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2020-04-27 05:29:38 UTC
README
A boilerplate I personally use for all my WordPress plugin projects.
Features
- Minimal
- Uses the singleton class design
- i18n ready
- Base composer.json included
- Base package.json included
Get Started
Clone this repository
git clone https://github.com/anttiviljami/wp-boilerplate-plugin my-plugin-name
Substitute the name "Boilerplate Plugin" to your plugin name. TODO: create a shell script to automate this