WP_SCAFFOLD


USAGE:

To create a new theme:

wp new "theme name"

To create a custom post type (from within your theme's root directory):

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.