{"id":27612552,"url":"https://github.com/energy164/plantuml.builder","last_synced_at":"2025-06-25T02:37:06.402Z","repository":{"id":48650116,"uuid":"295781663","full_name":"eNeRGy164/PlantUml.Builder","owner":"eNeRGy164","description":"A library with StringBuilder extension methods to make it easier to generate valid PlantUML diagrams using dotnet","archived":false,"fork":false,"pushed_at":"2023-10-26T07:57:23.000Z","size":4245,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T07:45:06.540Z","etag":null,"topics":["plantuml","stringbuilder"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eNeRGy164.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-15T16:09:33.000Z","updated_at":"2025-05-22T18:24:51.000Z","dependencies_parsed_at":"2022-09-10T08:23:11.907Z","dependency_job_id":"228cc295-fc73-4722-a00e-96ffebceb60e","html_url":"https://github.com/eNeRGy164/PlantUml.Builder","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/eNeRGy164/PlantUml.Builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eNeRGy164%2FPlantUml.Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eNeRGy164%2FPlantUml.Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eNeRGy164%2FPlantUml.Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eNeRGy164%2FPlantUml.Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eNeRGy164","download_url":"https://codeload.github.com/eNeRGy164/PlantUml.Builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eNeRGy164%2FPlantUml.Builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261792144,"owners_count":23210263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plantuml","stringbuilder"],"created_at":"2025-04-23T01:44:53.886Z","updated_at":"2025-06-25T02:37:06.374Z","avatar_url":"https://github.com/eNeRGy164.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlantUML Builder\r\n\r\n![.NET Core](https://github.com/eNeRGy164/PlantUml.Builder/workflows/.NET%20Core/badge.svg)\r\n[![Coverage Status](https://coveralls.io/repos/github/eNeRGy164/PlantUml.Builder/badge.svg?branch=main)](https://coveralls.io/github/eNeRGy164/PlantUml.Builder?branch=main)\r\n\r\n**PlantUML Builder** is a library with StringBuilder extension methods to make it easier to generate valid PlantUML diagrams using .NET.\r\n\r\n## Example\r\n\r\nThe following code:\r\n\r\n```csharp\r\nvar stringBuilder = new StringBuilder();\r\n\r\nstringBuilder.UmlDiagramStart();\r\nstringBuilder.Arrow(\"Alice\", \"-\u003e\", \"Bob\", \"Authentication Request\");\r\nstringBuilder.Arrow(\"Bob\", \"--\u003e\", \"Alice\", \"Authentication Response\");\r\nstringBuilder.AppendNewLine();\r\nstringBuilder.Arrow(\"Alice\", \"-\u003e\", \"Bob\", \"Another authentication Request\");\r\nstringBuilder.Arrow(\"Alice\", \"\u003c--\", \"Bob\", \"Another authentication Response\");\r\nstringBuilder.UmlDiagramEnd();\r\n\r\nstringBuilder.ToString()\r\n```\r\n\r\nGenerates the following output:\r\n\r\n```plantuml\r\n@startuml\r\nAlice -\u003e Bob : Authentication Request\r\nBob --\u003e Alice : Authentication Response\r\n\r\nAlice -\u003e Bob : Another authentication Request\r\nAlice \u003c-- Bob : Another authentication Response\r\n@enduml\r\n```\r\n\r\n## Implemented commands status\r\n\r\nSee [Implemented commands](./docs/commands.md).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenergy164%2Fplantuml.builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenergy164%2Fplantuml.builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenergy164%2Fplantuml.builder/lists"}