I stumbled across this earlier via Justin Tadlock. In short it’s a paginated form broken down into 6 steps that will generate the PHP you need to add a new custom post type to WordPress.
My initial presumption was “ooh handy, nice work” but after taking it for a test drive I wonder would it not be quicker to just manually enter the values by yourself based on the example in the Codex or one you’ve made earlier? The case for it being useful for someone not very PHP-savvy probably doesn’t stand up given if you’re not PHP savvy you’re not likely to be dabbling in functions.php and adding custom post types and the like.
Either way, nice bit of coding.
