Skip to content

eliaskanelis/templateGen

Repository files navigation


Logo

templategen

Souce code generator from a given template

About The Project

All it does is copy template file[s], replace predefined substrings and write the output as a new generated file.

Getting Started

To get a local copy up and running follow these simple steps.

Installation

Run the following command:

pip install templategen

Usage

Run the following command:

templategen --name=myName --template=c

Development

Dependencies:

Python version: v3.6

pip install -r requirements-dev.txt
pip install -r requirements.txt

License

Distributed under the GNU3 License. See LICENSE for more information.

Contact

Kanelis Elias - email me

GitHub Link: https://github.com/eliaskanelis/templategen

PyPi Link: https://pypi.org/project/templategen/