WpScaffold

Scaffold commands for Wordpress theme development.

Installation

$ gem install wp_scaffold

Usage

To create a new theme:

wp new "theme name"

cd theme_name

To create a custom post type:

wp cpt "Post Type Name"

Make sure that your custom post type name is singular; wp_scaffold with take care of pluralizing it for you.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request