Add CLI source code and update .gitignore

This commit is contained in:
2026-04-07 09:38:12 +08:00
parent 6ef2dddf3f
commit 9e17f1bf29
18 changed files with 2663 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
"""
CodiMD CLI Harness
A stateful CLI for CodiMD - collaborative markdown notes.
"""
__version__ = "0.1.0"