Skip to content

niklaz/wp-plugin-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

Starter kit for building plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published