Awesome
UMLGenerator.kdapp
About UML
Unified Modeling Language (UML) is a standardized general-purpose modeling language in the field of object-oriented software engineering. The Unified Modeling Language includes a set of graphic notation techniques to create visual models of object-oriented software-intensive systems.
This application uses PlantUML as a service. You can find the details at PlantUML's home page. If you need more documentation about PlantUML, you can download PlantUML Language Reference Guide.
About Application
Using this application, you can easily create and save UML diagrams to your Koding directory. UML diagrams will be saved under ~/Documents/UMLGenerator. You can save UML code as well. Also you can regenerate your UML from your saved UML code by dragging .uml file over the editor. You can try sample UML codes by using "Sample UML Diagrams" menu button.
Feel free to fork and contribute :)
Installing UMLGenerator.kdapp
You can install the application from Koding App Store or you can clone it into your Applications directory.
- Open your Terminal application.
cd Applications
git clone https://github.com/fatihacet/UMLGenerator.kdapp.git
- Refresh Applications
- Run "UML Generator".