We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Синтаксис библиотеки такой, что по факту я могу по набору файлов, создать граф зависимостей (в идеале дерево) и отобразить его.
Это отдельный проект, но сделать его былобы не лишнем.
В дальшейме возможно будет организовать обратную возможность - генерацию кода по графическому представлению.
The text was updated successfully, but these errors were encountered:
Make new project: https://github.com/ivlevAstef/DITranquillity-UMLDiagrams
For get object graph support new feature Behavious:
protocol Behavious { func register(component: Component) func import(_ bundle: Bundle, from: Bundle) }
And new project make self Behavious for get, and contains information. After contains all information this project save graph into file.
for visualization use Gliffy.
Sorry, something went wrong.
https://github.com/ivlevAstef/DITranquillityGraphviz
New project. It's work but not API and not fully correct.
No branches or pull requests
Синтаксис библиотеки такой, что по факту я могу по набору файлов, создать граф зависимостей (в идеале дерево) и отобразить его.
Это отдельный проект, но сделать его былобы не лишнем.
В дальшейме возможно будет организовать обратную возможность - генерацию кода по графическому представлению.
The text was updated successfully, but these errors were encountered: