Template Managing Tool
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
templater-cli-1.0.tar.gz
(3.5 kB
view details)
Built Distributions
templater_cli-1.0-py3.8.egg
(6.9 kB
view details)
File details
Details for the file templater-cli-1.0.tar.gz
.
File metadata
- Download URL: templater-cli-1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c78eab14fc5b78ec43e3cbef590849311d34aa39391344eb72c6e88ab56a786e
|
|
MD5 |
5796b635ed9cf1fb8ff337bd76a3e209
|
|
BLAKE2b-256 |
36a90f3bead3416bb4746f696e2d935eef9c07a7061f3b815881013b8a13b36b
|
File details
Details for the file templater_cli-1.0-py3.8.egg
.
File metadata
- Download URL: templater_cli-1.0-py3.8.egg
- Upload date:
- Size: 6.9 kB
- Tags: Egg
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
03a65671523107a7e710cae68ae4cf880cc6ef066720d813e31543200d241446
|
|
MD5 |
fff2b760fc18efcc63a58be2228276f6
|
|
BLAKE2b-256 |
5836f6efaa8f1485bc7694042f4fbe5cc9c543e0ad1a1c95547318d942d24336
|
File details
Details for the file templater_cli-1.0-py3-none-any.whl
.
File metadata
- Download URL: templater_cli-1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
443bdbbe08007297b9164039eca80f70094095e33ad779ca238b2cf2573ebf41
|
|
MD5 |
b6c83fcd2d144dc9434c69b2a313de6a
|
|
BLAKE2b-256 |
a63f70b037752efc475d220c12c410b96fff5b6dc6092a3eceb920b797c341a3
|