Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD
This commit is contained in:
8
scaffoldforge/__init__.py
Normal file
8
scaffoldforge/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user