mirror of
https://github.com/treeform/mddoc
synced 2026-01-14 18:31:33 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| mddoc.nimble | ||
| README.md | ||
mddoc
nimble install mddoc
This library has no dependencies other than the Nim standard libarary.
About
A tool to generate Nim API docs in markdown for GitHub's README.md files. Great for small libraries with simple APIs.
Run this in the same folder as the README.md file:
mddoc
Your README.md should now have an API section.
API: mddoc
import mddoc