A tool to copy templated directories
Project description
cp-template
This is a very simple utility to generate directories based on templates.
Install
pip install cp-template
Usage
Suppose you have the following directory structure (Note: the {{}}s are part of the filenames)
{{project}}/
.gitignore
README.md # File contains "{{project}} by {{author}}"
{{project}}/
__init__.py
Then you can run the following command:
cp-template './{{project}}' project=pineapple author=me
And it will generate this in the current directory:
pineapple/
.gitignore
README.md # File contains "pineapple by me"
pineapple/
__init__.py
More features will be added as I need them, but feel free to make PRs to contribute some.
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
cp-template-0.1.0.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for cp_template-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9347fb4e12b81e0c089f2ecac95fdd6e54407cf8e34fa17ce6b2ed91b98843b |
|
MD5 | 24d0d1992c49186815be914b9e80ac3d |
|
BLAKE2b-256 | 41ca296f9c3ed9ef156b4021fb79a004d7aedfc1980227afcce9adc287b6f9cb |