• This repository has been archived on 07/Oct/2022
  • Stars
    star
    189
  • Rank 198,190 (Top 5 %)
  • Language
    CSS
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WordPress Plugin Boilerplate Generator

IMPORTANT - This version is not used and maintained anymore

The new generator site repo can be found at https://github.com/Tmeister/wppb-generator

WordPress Plugin Boilerplate Generator

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.

Running Locally

Make sure you have Node.js installed.

$ git clone [email protected]:Tmeister/wppb-gen-site.git # or clone your own fork
$ cd wppb-gen-site
$ npm install
$ node server

Your app should now be running on localhost:3000.

Comments and requests at @tmeister or noone at tmeister dot net