seed icon indicating copy to clipboard operation
seed copied to clipboard

Separation of Build File Format Through a Documented Interface

Open sirinath opened this issue 4 years ago • 0 comments

Can a documented interface be added separating the build file format from the back end processing?

This way the file format can parser can be easily swapped out and new ones added to support more formats.

Also, make the configuration format pluggable for easy additions.

Also one can use seed as an embedded script using a DSL or program without using a particular configuration file.

This will give the most flexibility.

sirinath avatar Dec 05 '20 10:12 sirinath