Closed hugodahl closed 5 years ago
As discussed on stream on 2019/02/22 with @smabuk
, a change or comment explaining the difference between the $(PluginName)
and ${pluginName}
to clarify which is which, or what they're each used for, would go a long way to remove any potential confusion between the two.
The script variables have been renamed to be sufficiently different from the Template's replacement strings.
The .sh
script has also been tested successfully on macOS
Rather than doing a bunch of Regex, SED and other complex operations to extract the UUID for the project, specify it (hard coded) when running the template, where it is originally specified to run the template.
NOTE the
.sh
file needs to be tested on macOS to ensure it behaves as expected.