WordPress-Plugin-Boilerplate
WordPress-Plugin-Boilerplate copied to clipboard
[Feature] Install script
Would it be possible to add a script to apply all changes mentioned in the Installation section? I can also add it myself if You are interested.
For example:
sh install.sh "example_me"
For Linux one can easily use sed -i, mv or rename. For a cross-platform You might want to consider a simple scripting language.
There is a 95% done PR for that here if you want to start from that: https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/pull/371
Thank You. I will give it a look later this evening (Europe).
Hi,
In case anybody finds this issue while trying to use the existing wiki installation page, which seems to be a little out of date, I just added a newer quick-and-dirty script to a new wiki page that does a quick download and rename of the files and code. The PR looks like a better way to go, though, if it ever gets approved!
https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/wiki/Using-the-plugin-boilerplate-in-Varying-Vagrant-Vagrants-(VVV)
Mark
I tried the script on my Mac and got a stream of errors. No idea what I am doing wrong

Hi, you should have a look to this project : https://wppb.me/
Bye