-
PatternForge v0.1.0
Stablereleased this
2026-02-02 22:26:21 +00:00 | 16 commits to main since this releaseInitial 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 patternforgeQuick 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-featureFiles
- Full source code with tests
- Gitea Actions CI/CD workflow
- Comprehensive documentation
Downloads