Skip to content

v0.2.0 — Java, Terraform, docker-compose env vars, GitHub hyperlinks

Latest

Choose a tag to compare

@mansoor-mamnoon mansoor-mamnoon released this 03 Jun 03:34

What's new

Java / Maven / Gradle

Full Spring Boot project detection from pom.xml and build.gradle. Detects Spring Security, Spring Data JPA, Hibernate, Quarkus, Micronaut, Vert.x, JUnit 5, and Mockito. Extracts Java version. Includes Maven and Gradle command sets.

Terraform

Detects provider blocks (AWS, GCP, Azure, Kubernetes, Cloudflare, and more), counts modules and resources. Outputs all six standard terraform commands. Recognises main.tf, variables.tf, and outputs.tf as entry points.

Docker-compose required env vars

Parses docker-compose.yml and surfaces environment variable names that have no default value — the ones you need to set before docker compose up will work.

GitHub hyperlinks in --markdown

When run on a GitHub repo, file paths in the "Where to Start" section of --markdown output are now clickable links to the actual file on github.com.

Install / upgrade

npx codeglance@latest
npm install -g codeglance@0.2.0

Supported ecosystems

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