fbecart / zinoma

Žinoma - Make your build flow incremental
MIT License
27 stars 2 forks source link

Make it possible to script the build flow configuration #17

Open fbecart opened 4 years ago

fbecart commented 4 years ago

At the moment, Žinoma makes it possible to configure your build flow with a static Yaml configuration.

Complex projects might require more advanced setups. For instance, they might need to generate targets on the fly (e.g. based on the filesystem). Instead of providing a Yaml file, it should be possible to produce the configuration with a scripting language.

Ideally, the scripting capabilities of Žinoma should allow developers to use the language of their choice (e.g. the main language of the project).