Files
scaffoldforge/scaffoldforge/__init__.py
7000pctAUTO 145a9c6907
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
fix: resolve CI linting and type checking errors
2026-02-04 06:28:01 +00:00

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"