The user should be able to specify a command (with using placeholders) that will be executed after the generate command is executed.
In the .templify.yml it should look like this:
command: echo "Created the file $$name$$"
which will print that the file have been created after the command.
The user should be able to specify a command (with using placeholders) that will be executed after the
generatecommand is executed.In the
.templify.ymlit should look like this:command: echo "Created the file $$name$$"which will print that the file have been created after the command.