Skip to content

Project config templating #42

@j3k0

Description

@j3k0

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions