Initial upload: Auto README Generator CLI v0.1.0
This commit is contained in:
7
src/auto_readme/__init__.py
Normal file
7
src/auto_readme/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user