Crates.io | contrive |
lib.rs | contrive |
version | 0.1.1 |
source | src |
created_at | 2021-05-26 09:07:09.581991 |
updated_at | 2021-05-26 09:26:10.93319 |
description | Contrive is a simple utility to automate creation of directory and file structures |
homepage | |
repository | https://github.com/CieciaOne/contrive |
max_upload_size | |
id | 402202 |
size | 16,878 |
Contrive is a simple utility to automate creation of directory and file structures. It has basic functionalities like creation of directories and files with content in them. You can use static names or create dynamic ones with {{your_variable_name}} syntax.
cargo install contrive
contrive help
contrive add lecture lecture.json
contrive lecture topic:trigonometry date:3_14_21
contrive remove lecture
In example_template directory is json file used in above example that shows how your config should be formatted