A Node.js small application to generate a custom zip file based on the WPPB by Tom McFarlin ( wppb.io ).
This app will find and replace plugin-name, Plugin_Name, plugin_name and author information from the original code and will send a zip file with the new code, ready to use.
Make sure you have Node.js installed.
$ git clone git@github.com:Cuchulain/wppb-gen-site-toret.git # or clone your own fork
$ cd wppb-gen-site-toret
$ npm install
$ node serverYour app should now be running on localhost:3000.
Comments and requests at @Cuchulain