Migrate from `sprig` (`slim-sprig`) to `sprout`?
andreynering opened this issue · 1 comments
andreynering commented
sprig is the library that we use for template functions. We forked it on slim-sprig because the original imports to many packages and also had many functions that do not make sense for a template (crypto functions, etc).
Today, I learned that there's an attempt fork sprig given it hasn't had any activity for over 2 years:
- Masterminds/sprig#396
- https://github.com/42atomys/sprout/issues/1
- https://github.com/42atomys/sprout
It's far from ready, but I decided to open this issue so we don't forget to take a look on how's the fork going in the near future.