tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

Make template builders pluggable #3

Open belak opened 8 years ago

belak commented 8 years ago

It would be nice to make template builders pluggable, so stuff like multi-file templates could be created as well as more complex binary formats.

belak commented 8 years ago

This is somewhat related to chriskempson/base16#52. Once this is done, it should be possible to write additional builder plugins for more complex templates.