Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatihacet/umlgenerator.kdapp
UML generator application for Koding.
https://github.com/fatihacet/umlgenerator.kdapp
Last synced: about 2 months ago
JSON representation
UML generator application for Koding.
- Host: GitHub
- URL: https://github.com/fatihacet/umlgenerator.kdapp
- Owner: fatihacet
- Created: 2013-01-23T14:21:20.000Z (almost 12 years ago)
- Default Branch: new-devtools
- Last Pushed: 2014-04-03T22:02:28.000Z (almost 11 years ago)
- Last Synced: 2023-03-25T22:40:43.579Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.85 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
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 opening the .uml file again. Don't forget to check UML samples.Feel free to fork and contribute :)
Click [here](https://koding.com/Umlgenerator) to use this app at Koding.
## Screenshots
![](https://raw.github.com/fatihacet/UMLGenerator.kdapp/new-devtools/resources/screenshots/github/1.png)
![](https://raw.github.com/fatihacet/UMLGenerator.kdapp/new-devtools/resources/screenshots/github/2.png)