templateme

Template Me - module with template for your favourite projects.


Keywords
template, programming, fast, console-application, ide, template-language
License
GPL-3.0
Install
pip install templateme==0.0.7

Documentation

TemplateMe - Manager for templates

Console programs to make new project in defined languages.

https://img.shields.io/github/last-commit/rafyco/templateme.svg?logo=github https://img.shields.io/pypi/v/templateme.svg?logo=python

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.

from PyPi repository

To install TemplateMe from repository you can use pip program.

pip3 install templateme

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

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

Unit test

For testing module write:

python3 setup.py test

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