Skip to content

Releases: kimwwk/repocrunch

RepoCrunch v0.1.1

08 Feb 21:11

Choose a tag to compare

Fix

  • Moved typer from optional to base dependencies — pip install repocrunch now includes the CLI out of the box
  • Previously, repocrunch --help would crash with ModuleNotFoundError: No module named 'typer'

RepoCrunch v0.1.0

08 Feb 20:59

Choose a tag to compare

🚀 Initial Release

Analyze GitHub repos into structured JSON. No AI, fully deterministic.

Features

  • Repository metadata extraction (stars, forks, issues, license, languages)
  • CI/CD detection (GitHub Actions, Travis, CircleCI, etc.)
  • Dependency parsing (Python, Node.js, Go, Rust, Ruby, Java, PHP)
  • Architecture analysis (file tree, framework detection)
  • Activity metrics (commit frequency, contributor count)
  • Multiple output formats: JSON, summary, MCP server

Install

pip install repocrunch

Usage

repocrunch analyze https://github.com/fastapi/fastapi