Skip to content

DEPRECATED / NOT MAINTAINED - Yeoman generator for a WordPress starter theme (using Underscores)

Notifications You must be signed in to change notification settings

benitolopez/generator-wp-s-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 gulp
Install generator-wp-s-theme:
npm install -g generator-wp-s-theme

Run

Create a new directory, and go into:
mkdir my-new-theme && cd $_
Run yo wp-s-theme, and fill the info:
yo wp-s-theme

Gulp usage

  • Run gulp to watch for changes
  • Run gulp build to build your theme for production (you will find a my-new-theme.zip file in my-new-theme/dist/)
  • (Optional) Run gulp build-clean before gulp build to cleanup the my-new-theme/dist/ folder

Versioning

Maintained under the Semantic Versioning guidelines.

License

MIT Copyright (c) 2016 Benito Lopez

About

DEPRECATED / NOT MAINTAINED - Yeoman generator for a WordPress starter theme (using Underscores)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published