Hooks
I've added hooks calls for created files. Now you can set bash commands, which get path to created file with the first argument by replacing {{filePath}}
. Example:
"template": [ "tmp/js-template.js", "node examples/hook.js {{filePath}}" ]
It's useful when you need more than provide template replacers.