• v0.1.0 e830b435e8

    ScaffoldForge v0.1.0
    Some checks failed
    CI / test (push) Failing after 18s
    Stable

    7000pctAUTO released this 2026-02-04 05:37:42 +00:00 | 78 commits to main since this release

    Initial Release - ScaffoldForge v0.1.0

    ScaffoldForge is a CLI tool that parses GitHub issues and automatically generates project scaffolds with starter code, file structures, and TODO comments.

    Features

    • Parse GitHub issue descriptions, checklists, and comments
    • Generate project structures from templates
    • Create starter files with TODO comments
    • Support multiple languages (Python, JavaScript, Go, Rust)
    • Custom template system
    • Preview mode before generating
    • Interactive mode with prompts

    Installation

    pip install scaffoldforge
    

    Quick Start

    export GITHUB_TOKEN=your_github_token_here
    scaffoldforge generate https://github.com/owner/repo/issues/123
    

    What's New

    • Initial release with full CLI functionality
    • Support for Python, JavaScript, Go, and Rust
    • Built-in templates for common project structures
    • Comprehensive test coverage (67 tests passing)
    Downloads