livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 181 forks source link

package/trpipe: add initial trpipe for creating a pipeline of transformations #310

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

This package will be used by the transformer to create a pipeline of transforms, allowing you to transform from .md => .svelte => .js

It's not currently exposed yet, but I'm adding it to bud so it can be iterated on in place.