bashbrew
bashbrew copied to clipboard
Deprecate most of "templatelib" in favor of Sprig
It implements many of the same functions like first, last, ternary, etc, some just with a different name like toJson vs json, and gives us many more useful functions.
Closes #22
(This includes a workaround/implementation for https://github.com/Masterminds/sprig/pull/276 which could hopefully be dropped in a future version. :crossed_fingers: :sweat_smile:)
I have successfully tested this against all of https://github.com/docker-library/docs with no changes. :sweat_smile: