File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,17 @@ A lightweight Java library for printing directory structures in a clean, tree-li
99 - Limit displayed children statically or dynamically
1010 - Compact directory chains
1111
12- ** ℹ️ Was developed just for fun, has not been thoroughly tested! May not be suitable for production code 😊**
12+ > ** ℹ️ Was developed just for fun, has not been thoroughly tested! May not be suitable for production code 😊**
1313
14+ * [ Usage] ( #usage )
15+ * [ Import dependency] ( #import-dependency )
16+ * [ Options] ( #options )
17+ * [ Changelog] ( #changelog )
18+ * [ Roadmap] ( #roadmap )
19+ * [ License] ( #license )
20+ * [ Contributing & Contact] ( #contributing--contact )
21+
22+ # Usage
1423``` java
1524// Example: BasicUsage.java
1625var printer = FileTreePrettyPrinter . createDefault();
3645 └─ landscape.jpeg
3746```
3847
39-
40- * [ Usage] ( #usage )
41- * [ Import dependency] ( #import-dependency )
42- * [ Options] ( #options )
43- * [ Changelog] ( #changelog )
44- * [ Roadmap] ( #roadmap )
45- * [ License] ( #license )
46- * [ Contributing & Contact] ( #contributing--contact )
47-
48-
4948# Import dependency
5049For Maven, import this dependency to your ` pom.xml ` :
5150
You can’t perform that action at this time.
0 commit comments