anttiviljami / wp-boilerplate-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
Boilerplate description
Package info
github.com/anttiviljami/wp-boilerplate-plugin
Type:wordpress-plugin
pkg:composer/anttiviljami/wp-boilerplate-plugin
dev-master
2016-06-07 14:31 UTC
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