Skip to content

v0.1.0 — initial release

Choose a tag to compare

@mansoor-mamnoon mansoor-mamnoon released this 31 May 09:28
· 11 commits to main since this release

The first public release of codeglance.

Install

npx codeglance

or

npm install -g codeglance

What it does

Run one command in any repo and get:

  • Framework detection — Next.js 14, FastAPI, Gin, Axum, and 130+ others (not just "TypeScript project")
  • Run/build/test commands — extracted directly from package.json, go.mod, Cargo.toml, pyproject.toml
  • Where to start — ranked entry points and key files to read first
  • Tools — CI, Docker, linting, env files
  • Language breakdown — with visual bar chart
  • --for-ai mode — compact LLM context brief (~200 tokens, no source code)
  • --markdown mode — save a living docs/codebase-tour.md to your repo
  • --json mode — machine-readable output for scripting

Supported ecosystems

Node.js · Python · Go · Rust · C/C++

Requirements

Node.js ≥ 18