21:19
2026-07-25
dev.to
developer-tools
I built a CLI that tells you if your codebase fits an LLM's context window
A developer built Tokenazire, a CLI tool that scans local folders or GitHub repos and counts tokens per file using tiktoken to determine if a codebase fits an LLM's context window. It provides a colorβ¦