fbecart / zinoma

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

Provide a way to import/extend configuration templates #18

Open fbecart opened 4 years ago

fbecart commented 4 years ago

Similar projects require similar configuration. Also, we want to emphasize conventions over configurations.

Žinoma currently requires to describe each and every target of each and every project.

Instead, it should be possible to import target or project templates, and to build on existing build flows.

This way, the build flow configuration of a project could avoid the boilerplate and instead focus on what's unique about it.