Support for full file name as template has been added. Now you can use name of a file to define templates. This can be very handy in for creating which have fix name e.g. Makefile
, CMakeLists.txt
. You can define templates for these file in Makefile.template
and CMakeLists.txt.template
files.
This is also very useful when certain files of kind need different template. e.g. main.c
and main.cpp
.