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