Skip to content

Commit c10a098

Browse files
committed
add PlantUML description.
1 parent f101ee3 commit c10a098

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ A CLI tool that parses the PHP source directory and outputs PlantUML class diagr
1111
* 🔧 A simple CLI tool that is easy to handle.
1212
* 💡 It is also possible to output a package relationship diagram that visualizes the dependency on the external namespace.
1313

14+
## What is PlantUML
15+
16+
> [PlantUML - Wikipedia](https://en.wikipedia.org/wiki/PlantUML)
17+
> PlantUML is an open-source tool allowing users to create diagrams from a plain text language. Besides various UML diagrams, PlantUML has support for various other software development related formats (such as Archimate, Block diagram, BPMN, C4, Computer network diagram, ERD, Gantt chart, Mind map, and WBD), as well as visualisation of JSON and YAML files.
18+
1419
## Dogfooding
1520

1621
### php-class-diagram class diagram
@@ -299,4 +304,4 @@ composer test
299304

300305
## CONTRIBUTING
301306

302-
Both Issues and Pull Requests are welcome!
307+
Both Issues and Pull Requests are welcome!

0 commit comments

Comments
 (0)