Open emeraldjava opened 10 years ago
@emeraldjava that is definitely the way I want this to work, but unfortunately it wont right now. Because every time a new boilerplate version is released, I have to keep my version up to date. The only reason this is a copy at the moment, is because the files includes special placeholders like {%= title %} which are needed by grunt to do the variable replacements.
I am open to suggestions here on how to automate this somehow
Hey - i just dumped a dirty #2 pull request which give an outline of how i'd see this working.
hi,
nice project and i was able to get my 'firstplugin' project working in minutes.
I'm wondering might you consider adding a feature that would allow to the content of the 'root' folder to point to different boiler plate versions.
At the moment it seems you have a hard copy of
https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate.git
in this folder, but in my case i'm interested to using a different version of WordPress-Plugin-Boilerplate which is from my own branch
https://github.com/emeraldjava/WordPress-Plugin-Boilerplate.git
Would it be possible to configure which version of 'core' we want in the config file?