For now, the project configuration allows replacing variables like so:
${somevar} gets replaced with project.configuration.somevar.
Some thoughts.
1. conditionals
If would be nice to be able to some thing like this:
${ env = "production" ? somevar : someothervar }
2. application descriptor
Shouldn't the application descriptor be a template too?
3. overrides
Instead of modifying the project when building for different targets, allow the project configuration to be overriden with environment variables. I'm preparing PR with this idea. (Done #43)
For now, the project configuration allows replacing variables like so:
${somevar}gets replaced withproject.configuration.somevar.Some thoughts.
1. conditionals
If would be nice to be able to some thing like this:
${ env = "production" ? somevar : someothervar }2. application descriptor
Shouldn't the application descriptor be a template too?
3. overrides
Instead of modifying the project when building for different targets, allow the project configuration to be overriden with environment variables. I'm preparing PR with this idea. (Done #43)