Open re1 opened 6 years ago
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!
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
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:
For Linux one can easily use
sed -i
,mv
orrename
. For a cross-platform You might want to consider a simple scripting language.