Skip to content

GlennM/wppb-gen-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status


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 git@github.com: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

About

WordPress Plugin Boilerplate Generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 73.6%
  • JavaScript 26.4%