{"id":16110987,"url":"https://github.com/nikiforovall/xmindcsharp","last_synced_at":"2025-03-18T09:30:57.345Z","repository":{"id":122364846,"uuid":"167705106","full_name":"NikiforovAll/xmindcsharp","owner":"NikiforovAll","description":"XMind API for C#","archived":false,"fork":false,"pushed_at":"2020-08-31T12:52:40.000Z","size":242,"stargazers_count":27,"open_issues_count":7,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T04:47:35.466Z","etag":null,"topics":["mindmaps","tools","xmind","xmind-api","xmindcsharp"],"latest_commit_sha":null,"homepage":"https://nikiforovall.github.io/productivity/2020/05/03/how-to-organize-your-learning-process-with-xmind.html","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/NikiforovAll.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}},"created_at":"2019-01-26T15:37:44.000Z","updated_at":"2025-02-04T18:45:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ebc8cea-370a-4262-94a6-3003a53d01e3","html_url":"https://github.com/NikiforovAll/xmindcsharp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fxmindcsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fxmindcsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fxmindcsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fxmindcsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikiforovAll","download_url":"https://codeload.github.com/NikiforovAll/xmindcsharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826778,"owners_count":20354220,"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":["mindmaps","tools","xmind","xmind-api","xmindcsharp"],"created_at":"2024-10-09T19:39:59.946Z","updated_at":"2025-03-18T09:30:57.340Z","avatar_url":"https://github.com/NikiforovAll.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XMindCSharp [![AppVeyor Badge](https://ci.appveyor.com/api/projects/status/xtmsp1i4ot8j6tbs?svg=true)](https://ci.appveyor.com/project/NikiforovAll/xmindcsharp/branch/master) [![NuGet Badge](https://buildstats.info/nuget/xmindcsharp)](https://www.nuget.org/packages/xmindcsharp/) [![XMindCSharp on fuget.org](https://www.fuget.org/packages/XMindCSharp/badge.svg)](https://www.fuget.org/packages/XMindCSharp) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\nXMind API that allows to build .xmind files programmatically\n\n## Install\n\n```bash\ndotnet add package XMindCsharp --version X.Y.Z\n```\n\n## Getting Started\n\n```csharp\nvar book = new XMindConfiguration()\n                .WithFileWriter(\"./output\", zip: true)\n                .CreateWorkBook(workbookName: \"test.xmind\");\nvar sheet = book.CreateSheet();\nbook.AddSheet(sheet, 0); //replaced primary sheet\n```\n\n* Example application could be found at: [examples/simple](https://github.com/NikiforovAll/xmindcsharp/tree/master/examples/simple)\n* See [XMindAPI.Tests](https://github.com/NikiforovAll/xmindcsharp/tree/master/XMindAPI.Tests)  for more details and examples.\n\n### Example\n\nHere is what you can do with it: ![edu-scope-to-mindmap](docs/example_output1.png)\n\nFull source code could be found at [edu-scope-to-mindmap](https://github.com/NikiforovAll/edu-scope-to-mindmap).\n\n## Running the tests\n\nRun following command from the root folder:\n\n```bash\ndotnet test ./XMindAPI.Tests/\n```\n\n## Scope\n\n## Contribute\n\nGit Commit Guidelines:\n\n```text\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer]\n```\n\n#### Type\n\nMust be one of the following:\n\n* **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)\n* **ci**: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)\n* **docs**: Documentation only changes\n* **feat**: A new feature\n* **fix**: A bug fix\n* **perf**: A code change that improves performance\n* **refactor**: A code change that neither fixes a bug nor adds a feature\n* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n* **test**: Adding missing tests or correcting existing tests\n\n### Scope\n\nThe following is the list of supported scopes:\n\n* project_infrastructure\n* readme\n* core_functionality\n* [TBD]\n\n## Info\n\n* \u003chttps://github.com/xmindltd/xmind/wiki/XMindFileFormat\u003e\n* \u003chttps://github.com/xmindltd/xmind/wiki/UsingXmindAPI\u003e\n\n## Authors\n\n* **Alexey Nikiforov** - *Initial work*  [NikiforovAll](https://github.com/NikiforovAll)\n\n## License\n\nThis project is licensed under the MIT License\n\n## Acknowledgments\n\n* \u003chttps://archive.codeplex.com/?p=xmindapi\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Fxmindcsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikiforovall%2Fxmindcsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Fxmindcsharp/lists"}