• v0.1.0 977144e58a

    PatternForge v0.1.0
    Some checks failed
    CI / test (3.10) (push) Failing after 4m55s
    CI / test (3.11) (push) Failing after 4m53s
    CI / test (3.12) (push) Failing after 4m57s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-02 22:26:21 +00:00 | 16 commits to main since this release

    Initial Release

    PatternForge v0.1.0 - CLI tool for generating boilerplate from project patterns.

    Features

    • Multi-language pattern detection (Python, JavaScript, TypeScript, Java, C++, C, Rust, Go, Ruby)
    • Automatic boilerplate generation based on detected patterns
    • Customizable Jinja2 templates
    • Team pattern sharing via export/import
    • Interactive CLI with beautiful terminal UI

    Installation

    pip install patternforge
    

    Quick Start

    patternforge analyze ./my-project --language python --output patterns.yaml
    patternforge template create my-component --pattern patterns.yaml
    patternforge generate my-component --output ./src/new-feature
    

    Files

    • Full source code with tests
    • Gitea Actions CI/CD workflow
    • Comprehensive documentation
    Downloads