8 lines
258 B
Python
8 lines
258 B
Python
"""ScaffoldForge - GitHub Issue to Code Generator.
|
|
|
|
A CLI tool that parses GitHub issues and automatically generates
|
|
project scaffolds with starter code, file structures, and TODO comments.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "ScaffoldForge Contributors" |