CsToMarkdown is a CLI tool that translates C# code into Markdown format, specifically designed for compatibility with knowledge management applications like Logseq and Obsidian. It streamlines the process of integrating .NET solution documentation directly into your personal knowledge management system.
Grab the latest binary from our GitHub releases.
Or clone and build it yourself.
Run CsToMarkdown with -i/--input for the root folder of your .NET solution and -o/--output for the destination of the generated Markdown pages.
CsToMarkdown -i path/to/solution -o path/to/output
Contributions are welcome! If you have suggestions for improvements or bug fixes, please open an issue or submit a pull request.
Encountered a problem? Let me know by filing an issue, and I'll do my best to address it.