Commit graph

5 commits

Author SHA1 Message Date
Jeroen Op 't Eynde
794fed0c46
fix(pkg): lint errors (#32) 2022-10-24 09:08:51 +02:00
Jeroen Op 't Eynde
5776ff829f
feat: render directory structure instead of flat file names (#20)
* feat: render directory structure instead of flat file names

* add gitignore
2021-06-04 15:33:41 +02:00
Jeroen Op 't Eynde
1f8d4c6fbf
feat: containerize (#19)
* feat: containerize

* Stripping reduces binary size, fully static linking makes the binary more portable

Co-authored-by: sh0rez <me@shorez.de>
2021-06-03 14:58:12 +02:00
sh0rez
66a158a8f2
feat: ignore
Implements ignoring certain keys right in Jsonnet, by adding:

  {
    '#foo': "ignore",
    foo: {}
  }

This is especially useful for objects that include `self` references,
which might otherwise recurse infinitely
2020-05-12 22:48:02 +02:00
sh0rez
14e9fc8f3f
refactor(render): filewriting in render pkg 2020-05-12 15:23:24 +02:00