WordPress scaffolding with WP-CLI

So when I got introduced too Ruby (RoR) and its possibility to generate prefab code from the command-line with a single command I wanted this for WordPress. And especially in combination with WP-CLI.Sebastiaan had already jump started a part of the WP-CLI scaffold command as a plugin.
We started working on it together to get it into the WP-CLI core. A while later the pull request was merged, tweaked by Scribu and now you can enjoy a brand new command.

I have written an post the WP-CLI blog on how to use the brand new wp scaffold command : Scaffolding Custom Post Types and Taxonomies.

Enjoy these commands, we hope it will speed-up and ease your development with WordPress!