generator-makechild
v1.0.4
Published
A WordPress child theme generator for yeoman
Downloads
3
Maintainers
Readme
generator-makechild
A WordPress child theme Yeoman generator.
Getting Started
Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.
$ npm install -g yo
To install generator-makechild from npm, you have to install it from this github repo, run:
$ npm install -g generator-makechild
Finally, initiate the generator. The most useful place to run this command is in a working WordPress installations themes directory:
$ yo makechild
Final Result Screenshot
Getting To Know Yeoman
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.