Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.2 KB

File metadata and controls

23 lines (13 loc) · 1.2 KB

File-System-Command-Line-Utility-using-NodeJS

A utility that can be run from command line which can be used to compress any directory structure and all its subdirectories structure in a metadata file, and all the files data stored in binary format in a destination directory.

Commands:

  1. View as Tree => node manas view src -t Screenshot from 2020-05-28 03-35-04

  2. View as List => node manas view src -f Screenshot from 2020-05-28 03-35-19

  3. Untreefy the directory => node manas untreefy src dest Screenshot from 2020-05-28 03-38-07

  4. Treefy the directory => node manas treefy src dest Screenshot from 2020-05-28 03-39-53

  5. Help => node manas help Screenshot from 2020-05-28 03-43-20