engine icon indicating copy to clipboard operation
engine copied to clipboard

Alternative to Lo-Dash template with support for helpers.

Results 4 engine issues
Sort by recently updated
recently updated
newest added

Noticed that `assign-deep` was updated a while back and npm is flagging it.

Will be good to support it out of the box. With https://github.com/doowb/async-helpers/pull/19 it will be nothing more than just calling its `.set`. If the helper is regular async or callback...

I use `Generate` to create my own generators and `engine` as template engine. When in a template I have a line including a template string (`${myVar}`), `engine` seems trying to...

For debugging, we can get the literal string passed to a helper, and expose it on error messages, so it's easier to find the line number and do other fun...