Skip to content

Simple command-line program to generate directory tree structure from a blueprint

License

Notifications You must be signed in to change notification settings

MarrieMitsu/ctkbiru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctkbiru

Simple command-line program to generate directory tree structure from a blueprint

Usage

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

Notes

I can not guarantee this program will run seamlessly, because I made this program only to meet my daily needs.

License

MIT

About

Simple command-line program to generate directory tree structure from a blueprint

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages