Search Hexdocs

Search HexDocs documentation for Elixir and Erlang packages. Use when looking up package APIs or guides.

michalvavra 34987d5 3 files · 6.4 KB Updated

File contents

Search hexdocs

Search hexdocs.pm documentation.

Usage

node {thisSkillDir}/scripts/hexdocs.js <QUERY> [OPTIONS] --json

Examples

# Search all packages
node {thisSkillDir}/scripts/hexdocs.js "GenServer callbacks"

# Filter by package
node {thisSkillDir}/scripts/hexdocs.js "Ecto.Query" --packages ecto

# Multiple packages
node {thisSkillDir}/scripts/hexdocs.js "LiveView hooks" --packages phoenix_live_view,phoenix

# Limit results
node {thisSkillDir}/scripts/hexdocs.js "plug conn" --limit 5

# JSON output
node {thisSkillDir}/scripts/hexdocs.js "json encode" --packages jason --json

Output Format

Results: 42 (showing 10)

<result index="0" package="phoenix" ref="Phoenix.Controller.html#json/2" title="json/2">
Sends JSON response...
</result>

michalvavra/agents/tree/main/archive/skills/search-hexdocs commit 34987d5213

Frequently asked questions

npx skillmds@latest add michalvavra/search-hexdocs