wordpress-plugin wp-boilerplate-plugin
Boilerplate description
anttiviljami/wp-boilerplate-plugin
Boilerplate description
- Tuesday, June 7, 2016
- by anttiviljami
- Repository
- 0 Watchers
- 5 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
WP Boilerplate Plugin
, (*1)
A boilerplate I personally use for all my WordPress plugin projects., (*2)
Features
- Minimal
- Uses the singleton class design
- i18n ready
- Base composer.json included
- Base package.json included
Get Started
Clone this repository, (*3)
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, (*4)