kpfleming / jinjanator

Jinja2 Command-Line Tool, reworked, again
BSD 2-Clause "Simplified" License
65 stars 4 forks source link

Install 'extensions' hook for plugins #29

Closed llange closed 4 months ago

llange commented 5 months ago

Support for a new hook that allows to add new Jinja2 extensions in the Environment.

kpfleming commented 4 months ago

I apologize for not reviewing this PR sooner; work has been quite busy the last few weeks. The code looks fine, but the CI workflow needs some improvements to actually run properly and I'm trying to figure those out now.