- Replace
BigBox\Plugin
with your namespace - Replace
PLUGIN
constant with your constant prefix - Replace
'plugin'
text domain with your text domain - Replace
'plugin_
function prefixes with your function prefix
WordPress plugin base.
$ git clone git@github.com:bigboxwc/wp-plugin wp-plugin && cd wp-plugin
$ npm run setup-plugin
$ npm run dev
$ npm run lint
$ npm run css-lint
$ composer run lint
$ npm run package-plugin