-
ScaffoldForge v0.1.0
StableSome checks failedCI / test (push) Failing after 18sreleased this
2026-02-04 05:37:42 +00:00 | 78 commits to main since this releaseInitial 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 scaffoldforgeQuick Start
export GITHUB_TOKEN=your_github_token_here scaffoldforge generate https://github.com/owner/repo/issues/123What'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