A CLI for viewing directory structure, transferring files written in node.
tpp - file transfer utility
<node tpp [COMMAND]... [PATH ARGS(s)]... [MODE]...>
To view the complete structure of a directory.
TreeView (-t) :
node tpp view dirPath -t
FlatFileView (-f) :
node tpp view dirPath -f
To convert the complete structure of a directory into a JSON file, and transfer the files to the destinantion path.
node tpp treefy srcPath destPath
To create the directory structure from a JSON file, and transfer the files.
node tpp untreefy srcPath destPath.
To view the documentation.
node tpp help