Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD

This commit is contained in:
2026-02-04 05:37:06 +00:00
parent f06a14bb86
commit c17532207b

View File

@@ -0,0 +1,8 @@
"""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"