jondot / hygen

The simple, fast, and scalable code generator that lives in your project.
http://www.hygen.io
MIT License
5.57k stars 252 forks source link

Expose helpers defined in hygen.js in params and prompt hooks #428

Open blikblum opened 1 year ago

blikblum commented 1 year ago

This is a followup to #326

Currently the helpers defined in hygen.js are available only in templates

With this PR is available also in params and prompt hooks

This follows DRY principle by allowing to define helpers in only one place