{"id":15091373,"url":"https://github.com/martinm85/openapi-dotnet-tools","last_synced_at":"2025-04-12T07:11:11.527Z","repository":{"id":197607229,"uuid":"689704234","full_name":"MartinM85/openapi-dotnet-tools","owner":"MartinM85","description":"Reads Open API document, generates Markdown files and markmap files","archived":false,"fork":false,"pushed_at":"2025-04-06T08:23:47.000Z","size":1890,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T09:24:16.924Z","etag":null,"topics":["markmap","markmap-lib","mindmap","openapi","openapi-specification"],"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/MartinM85.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-09-10T16:43:25.000Z","updated_at":"2025-04-06T08:23:45.000Z","dependencies_parsed_at":"2023-11-15T07:25:54.923Z","dependency_job_id":"81b49455-1571-437c-8cb4-d4c96f5b6f5f","html_url":"https://github.com/MartinM85/openapi-dotnet-tools","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":"0.19444444444444442","last_synced_commit":"afae14efbea45d454659674980e57492b497dcdb"},"previous_names":["martinm85/openapi-dotnet-tools"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinM85%2Fopenapi-dotnet-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinM85%2Fopenapi-dotnet-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinM85%2Fopenapi-dotnet-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinM85%2Fopenapi-dotnet-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MartinM85","download_url":"https://codeload.github.com/MartinM85/openapi-dotnet-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530575,"owners_count":21119600,"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":["markmap","markmap-lib","mindmap","openapi","openapi-specification"],"created_at":"2024-09-25T10:40:40.307Z","updated_at":"2025-04-12T07:11:11.477Z","avatar_url":"https://github.com/MartinM85.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openapi-dotnet-tools\n\nThe Open API tools allow you to read the document with Open API definition for REST API and generate markmap file for an endpoint or a schema. \n\n[Markmap](https://github.com/markmap/markmap) is a tool that visualizes your Markdown as mindmaps.\n\n**Visualization of endpoint**\n\n![](Assets/endpoint.png)\n\n**Visualization of schema**\n\n![](Assets/schema.png)\n\nThe repository contains\n- command line tool for generating markmap files\n- .NET library for creating markmap files\n- application for displaying generated markmap files \n\n## OpenAPI Tools command line\n\n[![NuGet Version](https://buildstats.info/nuget/Machy.OpenApi.Tools.Cli)](https://www.nuget.org/packages/Machy.OpenApi.Tools.Cli/)\n\nThe console application that generates Markdown files and markmap files.\n\n### Installation\n\nTo install the tool via `dotnet tool`:\n\n* Run the command `dotnet tool install --global Machy.OpenApi.Tools.Cli`\n\nRead more: [OpenAPI Tools CLI](OpenApi.Tools.CLI/README.md)\n\n\n## OpenAPI Tools library\n\n[![NuGet Version](https://buildstats.info/nuget/Machy.OpenApi.Tools.Core)](https://www.nuget.org/packages/Machy.OpenApi.Tools.Core/)\n\nThe .NET library that generates Markdown files and markmap files.\n\n### Installation via NuGet\n\nTo install the client library via NuGet:\n\n* Search for `OpenApi.Tools.Core` in the NuGet Library, or\n* Type `Install-Package OpenApi.Tools.Core` into the Package Manager Console.\n\nRead more: [OpenAPI Tools library](OpenApi.Tools.Core/README.md)\n\n## Markmap files viewer\n\nThe application which allows you to display and browse markmap files.\n\n### MAUI\n\nRead more: [Markmap files viewer MAUI](OpenApi.Tools.MarkmapViewer/README.md)\n\n### WPF\n\nRead more: [Markmap files viewer WPF](OpenApi.Tools.MarkmapViewer/README.md)\n\n## Change appearance\n\nBoth, command line tool and .NET library allow to modify appearance of the markmap file.\n\nRead more: [Appearance](docs/Appearance.md)\n\n## Prerequisities\n\n* Required: Either `.NET6` or `.NET7` must be installed on your machine\n* Optional: Install npm package [markmap-cli](https://www.npmjs.com/package/markmap-cli) `npm install -g markmap-cli`\n\n## Recommendations\n\nAdditionally for Windows OS, to handle long path for generated Markdown or markmap files\n\n\u003e set the value of the parameter HKLM\\SYSTEM\\CurrentControlSet\\Control\\FileSystem LongPathsEnabled to 1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinm85%2Fopenapi-dotnet-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinm85%2Fopenapi-dotnet-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinm85%2Fopenapi-dotnet-tools/lists"}