anttiviljami/wp-boilerplate-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Boilerplate description

dev-master 2016-06-07 14:31 UTC

This package is auto-updated.

Last update: 2020-04-27 05:29:38 UTC


README

License

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