generator-dcc-wordpress
v0.1.2
Published
Yeoman generator for David C Cook's wordpress theme development workflow.
Downloads
1
Maintainers
Readme
generator-dcc-wordpress
Yeoman generator for wordpress, created by David C Cook to accomodate their wordpress theme developement workflow
Usage
Install generator-dcc-wordpress
:
npm install -g generator-dcc-wordpress
Make a new directory, and cd
into it:
mkdir my-new-project && cd $_
Run yo dcc-wordpress
:
yo dcc-wordpress
Follow the terminal prompts.
Options
The generator allows you to configure a few options:
- Theme Name
- Theme Author
- Theme URI
- Author URI
- CSS Preprocess (Currently LESS & SASS)
- Directory to symlink to
Symlinks
The generator can automatically symlink your theme's dist folder to a local wordpress theme folder to allow for rapid, easy local development. The folder you should give the generator is the location of your wordpress instance's wp-content/themes
folder.