README.md in js_dependency-0.2.1 vs README.md in js_dependency-0.2.2

- old
+ new

@@ -28,10 +28,13 @@ parent_analyze_level: 2 # Output level of parent analyze name_level: 1 # Output name level output_path: ./mermaid.txt # Output file path alias_paths: # Alias path "@": ./pages # absolute path or relative path of src_path +excludes: # Exclude words that you want to skip from export. + - excludeWord1 + - excludeWord2 ``` Each parameter is overridden by the command line. ``` @@ -39,9 +42,10 @@ target_path -> -t child_analyze_level -> -c parent_analyze_level -> -p name_level -> -n output_path -> -o +exclude -> -e ``` #### Export Mermaid Format ```shell