Skip to content

jurajk/generator-wp-underscores

This branch is 1 commit behind zomnium/generator-wp-underscores:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 16, 2013
2860f56 · Oct 16, 2013

History

4 Commits
Oct 14, 2013
Oct 14, 2013
Oct 14, 2013
Oct 14, 2013
Oct 14, 2013
Oct 14, 2013
Oct 14, 2013
Oct 14, 2013
Oct 14, 2013
Oct 16, 2013

Repository files navigation

generator-wp-underscores Build Status

A very simple Yeoman generator for WordPress starter theme _s.

Getting Started

Install Yeoman

npm install -g yo

Install generator-wp-underscores

npm install -g generator-wp-underscores

Create a folder in your WordPress themes folder and initiate the generator

mkdir theme-name && cd $_
yo wp-underscores

Answer some questions in the prompt and you're done!

Run

grunt

to watch .scss files and live reload!

Note: live reload works only if you're working on localhost, 192.168.50.4, or an URL ending in .dev

License

MIT License

About

Yeoman generator for _s starter theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • CSS 0.8%