0.1.2 • Published 9 years ago

generator-dcc-wordpress v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

npm.io

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.

License

MIT License