/wordpress-theme-kit

Init empty theme for wordpress

Primary LanguagePHPMIT LicenseMIT

opsone/wordpress-theme-kit

Create empty wordpress theme with minimal developper kit

Installation

Install composer in your project:

$ curl -s https://getcomposer.org/installer | php

Simply install with composer:

$ php composer.phar create-project opsone/wordpress-theme-kit path/to/install/

webpack

Launch watcher files

$ npm start

Launch generate files

$ npm run build