1. Short Informations

1.1. Instalation

There are two different methods to install TemplateMe. You can install it from PyPi repository or download sources from github and try to install it. Please choose one of the methods and install it on you computer.

1.1.1. from PyPi repository

To install TemplateMe from repository you can use pip program.

pip3 install templateme

1.1.2. from sources

Another option is to install program from github sources. To do this just get all necessary files using git or by github’s zip file and call following command:

python3 setup.py install

1.2. Usage

The TemplateMe works as console application. It allows you to create new project from predefined templates. To see list of all available elements call:

templateme --list

In case that you want to prepare new project for your favourite language you need to choose one of the templates and write in your terminal:

templateme -t <template_name> -o <your_project_name>

Where <template_name> is the one of the templates, listed in previous step and <your_project_name> is a name of folder with your created project. After that, the program will ask you to write a few variables that are necessary to build templates.

For more information about application please visit the documentation or try:

templateme --help

1.3. Author

Rafal Kobel <rafalkobel@rafyco.pl>

https://img.shields.io/static/v1.svg?label=Linkedin&message=Rafal%20Kobel&color=blue&logo=linkedin https://img.shields.io/static/v1.svg?label=Github&message=rafyco&color=blue&logo=github https://img.shields.io/static/v1.svg?label=Facebook&message=Rafal%20Kobel&color=blue&logo=facebook