1.0.4 • Published 10 years ago
generator-wp-s-theme v1.0.4
generator-wp-s-theme
Yeoman generator for a WordPress starter theme (using Underscores) with Gulp and other good stuff. This will install the last version of _s (Underscores) and optionally a Gulp setup ready for development and production.
Installation
Install required tools yo and gulp:
npm install -g yo gulpInstall generator-wp-s-theme:
npm install -g generator-wp-s-themeRun
Create a new directory, and go into:
mkdir my-new-theme && cd $_Run yo wp-s-theme, and fill the info:
yo wp-s-themeGulp usage
- Run
gulpto watch for changes - Run
gulp buildto build your theme for production (you will find amy-new-theme.zipfile inmy-new-theme/dist/) - (Optional) Run
gulp build-cleanbeforegulp buildto cleanup themy-new-theme/dist/folder
Versioning
Maintained under the Semantic Versioning guidelines.
License
MIT Copyright (c) 2016 Benito Lopez