lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project
https://lukasjarosch.github.io/skipper/
MIT License
11 stars 3 forks source link

Static file copying #30

Closed lukasjarosch closed 1 year ago

lukasjarosch commented 1 year ago

Rendering templates is cool and all. But what if you need to copy a file into the compiled output? This could be a binary, zip-archive, ...

How should we implement this?