Skip to content

mislavjavor/mktree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mktree

A simple tool for quick creation of file structures made in Swift

Usage

Drawing

Commands

  • dir - \dir <directory-name> <file1> <file2> ... <fileN>

Creates a new directory with the name <directory-name> and creates files inside that directory named <file1>...<fileN> Files list is optional


  • file - \file <file-name> <file-content>

Creates a new file with the name <file-name> and content <file-content>


  • up

Sets parent directory as a current directory for making files and directories


  • end

Exits the program


Author

Mislav Javor

[email protected]

About

Simple file structure maker written in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages