I'm unsure how popular this will be NOR how often the code will change, but in my own recent experiences I've had to re-apply my customization efforts several times as I pulled in code changes, reset the environment, etc. So I thought I'd contribute by figuring out how to pull in configuration settings from an external JSON config file, which would allow us to avoid file these repeated file modifications. (It should be easy to tie in with the variables.)
If you think this is reasonable, I was going to figure out which of these strategies (I found in a simple search) benefited us the most (or was the easiest to implement without changing too much of your code):
I think I'll try the top link first...but let me know if you're not interested in this path (or prefer a different solution) and I'll stop.
I'm unsure how popular this will be NOR how often the code will change, but in my own recent experiences I've had to re-apply my customization efforts several times as I pulled in code changes, reset the environment, etc. So I thought I'd contribute by figuring out how to pull in configuration settings from an external JSON config file, which would allow us to avoid file these repeated file modifications. (It should be easy to tie in with the variables.)
If you think this is reasonable, I was going to figure out which of these strategies (I found in a simple search) benefited us the most (or was the easiest to implement without changing too much of your code):
I think I'll try the top link first...but let me know if you're not interested in this path (or prefer a different solution) and I'll stop.