Simple command-line program to generate directory tree structure from a blueprint
Define a tree structure blueprint file
example.txt
:
assets/
images/
fonts/
A/
LICENSE.txt
B/
LICENSE.txt
src/
this-is-a-dir/
this-is-a-file
README.txt
Register the blueprint
$ ctkbiru add ./example.txt
Generate the blueprint
$ ctkbiru gen example --name my-project --path ./path/to/target
I can not guarantee this program will run seamlessly, because I made this program only to meet my daily needs.