
Cellar
from cellar30
CLI to inspect public APIs of JVM artifacts (Scala/Java): signatures, members, docs and source code from terminal or project classpath.
What it does
Cellar is a developer CLI that looks up the public API of JVM dependencies (Scala 3/2 and Java). It returns type signatures, members, docstrings and optionally source code as Markdown. Works both against a project's classpath (auto-detects Mill, sbt, scala-cli) and arbitrary published Maven coordinates.
When to use it
Use Cellar when you need to quickly inspect types or methods from a dependency without opening your IDE or reading source repos: ad-hoc lookups, code review, writing bindings, or debugging type/signature mismatches. It is useful in CI scripts, editor integrations, and terminal-first workflows.
What's included
- Scripts: none in the repo snapshot (has_scripts=false)
- References: none bundled (has_references=false)
- Instructions: CLI usage (project-aware commands: get/list/search) and external artifact commands (get-external/list-external/search-external/get-source/deps). Examples show how to query Scala/Java artifacts and how to run project-aware queries.
Compatible agents
Best fit for developer tooling and CLI-oriented agents (Code assistants, terminal-integrated agents, editor plugins).
Tags
Information
- Repository
- cellar
- Stars
- 30
- Installs
- 0