Skip to content

Support for full filename as template file

Latest
Compare
Choose a tag to compare
@tibabit tibabit released this 11 Oct 16:57
· 13 commits to master since this release

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.