Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 626 Bytes

wp-plugin-starter-kit

Starter kit for building WordPress plugin, with namespaces through composer's autoloader, optionally using gulp tasks, scss and source js.

Plugin setup

#####Using composer

Plugin starter kit has generated autoload through composer. If you want change the top-level namespace name from WPPluginStarterKit to something else, or if you change the base for your plugin's classes from src, run composer dump-autoload

To install new composer packages, or update existing, see composer

#####Installing node modules

Run npm install

#####Running gulp tasks

there are several tasks