Initial upload: Auto README Generator CLI v0.1.0
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-05 08:40:00 +00:00
parent 79d99f1629
commit 71c99680e8

View File

@@ -0,0 +1,7 @@
"""Auto README Generator CLI.
A CLI tool that automatically generates comprehensive README.md files
by analyzing project structure, dependencies, code patterns, and imports.
"""
__version__ = "0.1.0"