From 71c99680e8532f977de1b19f5aa9e45bb1c9ecd6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 08:40:00 +0000 Subject: [PATCH] Initial upload: Auto README Generator CLI v0.1.0 --- src/auto_readme/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/auto_readme/__init__.py diff --git a/src/auto_readme/__init__.py b/src/auto_readme/__init__.py new file mode 100644 index 0000000..713a669 --- /dev/null +++ b/src/auto_readme/__init__.py @@ -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" \ No newline at end of file