datafoodconsortium / connector-codegen

An Acceleo project to generate the source code of the DFC connector into all the supported programming languages.
MIT License
3 stars 3 forks source link

Allow to disable a generation with a local properties file #11

Open lecoqlibre opened 9 months ago

lecoqlibre commented 9 months ago

As the env var must be accessed in the .mtl file, what we can do is to use properties file. This way, people who want to disable some languages can define a new property file without commiting it (add to .gitignore) and pass it to the generation launcher.

Slack Message