-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackend-tree.txt
More file actions
20 lines (16 loc) · 2.43 KB
/
backend-tree.txt
File metadata and controls
20 lines (16 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
⛄️️ Folder-tree command line script
Used for generates json representation of folder internals
🔥 Options 🔥
-p, --path string 🗂 The input folder to process. Required.
-e, --exclude string 🐒 Exclude some folders from processing by regexp string. Ex -e
"test_data/some_dir$|js|.DS_Store"
-o, --output string 📝 Put result into file provided by this options. Overwrites if
exists.
-d, --depth number Γÿ₧ Reads dirs in deep as specified. Usage of size attribute with
depth option is prohibited.
--attributes string ℹ️ Grab file attributes. Example: --attributes
size,type,extension. Usage of size attribute with depth option
is prohibited
--pretty 💎 Json pretty print
-h, --help ⁉️ Print this usage guide.