- Replace
BigBox\Pluginwith your namespace - Replace
PLUGINconstant 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 [email protected]: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