| templategen is a generator of source code from a given template. All it does is copy the template file, replace the predefined substrings, and write the output as a new generated file. To get your local copy up and running, follow these simple steps. To install run the following command: pip install templategen For usage run the following command: templategen –name=myName –template=c |
#source #code #generator #templategen #template