| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
composedocs is a CLI tool that lets you search and read Jetpack Compose documentation offline — no browser needed. It bundles the full Compose docs so everything works instantly after install.
brew install AndroidPoet/tap/composedocsDownload the latest release from GitHub Releases.
Search
composedocs search "modifier"
composedocs search "lazy column"
composedocs search "animation"Read a page
composedocs get compose/layouts/basics
composedocs get compose/animation/customizeBrowse all pages
composedocs lsStats
composedocs statsAdd to your Claude Code MCP settings:
{
"mcpServers": {
"composedocs": {
"command": "/usr/local/bin/composedocs",
"args": ["mcp"]
}
}
}Claude can now search and read Jetpack Compose docs directly inside your conversations.
Contributions are welcome! If you've found a bug, have an idea for an improvement, or want to contribute new features, please open an issue or submit a pull request.
Support it by joining stargazers for this repository. ⭐
Also, follow me on GitHub for my next creations! 🤩
| Back | FazBrowse Home | New Git URL |