A cli Project
Installation
$ pip install templater
Usages
Checking version
tmt -V | tmt --version
creating template
tmt new <template_name> <Dir Path| type:path; Default:current path>
$ ls
main.py
module
requirements.txt
$ tmt new mymodule ./module
/usr/module successfully Init as Template, "mymodule"
loading template
tmt load <[project_name | type:non-existing path]> <template_name>
$ ls myprojects
$ tmt load myprojects/new mymodule
template mymodule successfully loaded on myprojects/new dir
$ ls myprojects
new
show current available templates
tmt show
$ tmt show
python
mymodule
removing template
tmt remove <template_name> [--confirm -c [yes|no] | required: False]
$ tmt remove mymodule
Confirmation[yes/no]: yes
mymodule template successfully removed
Visit Urls
Release files for templater-cli 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| templater-cli-1.0.tar.gz | 3.5 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| templater_cli-1.0-py3.8.egg | Legacy Egg format | - | - | Details |
| templater_cli-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.4 kB
Release files / templater-cli-1.0.tar.gz
| Download URL | templater-cli-1.0.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c78eab14fc5b78ec43e3cbef590849311d34aa39391344eb72c6e88ab56a786e
|
|
BLAKE2b-256 checksum How to use checksums |
36a90f3bead3416bb4746f696e2d935eef9c07a7061f3b815881013b8a13b36b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.6
|
Release files / templater_cli-1.0-py3.8.egg
| Download URL | templater_cli-1.0-py3.8.egg |
|---|---|
| Size | 6.9 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
03a65671523107a7e710cae68ae4cf880cc6ef066720d813e31543200d241446
|
|
BLAKE2b-256 checksum How to use checksums |
5836f6efaa8f1485bc7694042f4fbe5cc9c543e0ad1a1c95547318d942d24336
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.6
|
Release files / templater_cli-1.0-py3-none-any.whl
| Download URL | templater_cli-1.0-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
443bdbbe08007297b9164039eca80f70094095e33ad779ca238b2cf2573ebf41
|
|
BLAKE2b-256 checksum How to use checksums |
a63f70b037752efc475d220c12c410b96fff5b6dc6092a3eceb920b797c341a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.6
|