But manual editing of each issue to enter the name of the plugin the author name and all the data is bit of service.
This plugin automates that process giving you simple form to enter metadata then when you hit 'Build button your new plugin is created with all the right metadata..
You can also define Custom Post Types and even custom classes which will have.php files created automatically and all the related code to include these files in your plugin.
So let's look at the chinese way of using WordPress Plugin Boilerplate to create new plugin.
Go through all the files and replace the data with your plugin details like slug URIs etc.
Add the code to include CPT issue and register CPT with WordPress.
Enter the details of your plugin name and terms the smashing and books name automatically created.
Enter the details of Custom Post Type like and terms whether you want director books creating.
When your plugin is built the settings for it will be found so you can rebuild your plugin at this will overwrite any changes you've made automatically or make few changes and create new plugin..
There's interface known Plugin Builder Include which you need to extend it has few tools that need to be implemented.
Read more