Template Me - module with template for your favourite projects.
Project description
Console programs to make new project in defined languages.
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file templateme-0.0.7.tar.gz
.
File metadata
- Download URL: templateme-0.0.7.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a88ac4fdacf84e297fd06bace1d29c55820d761dd5ae9279349800d3cccbe62d |
|
MD5 | 0ed8037f604512ba40974fc8293a6f73 |
|
BLAKE2b-256 | f0e2b3685d38ca76cc1f18288d4192c9a2c6fc6db12d6c6890d9794d0b86d4ee |