Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 684 Bytes

README.md

File metadata and controls

40 lines (21 loc) · 684 Bytes

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]