| name | search-hexdocs |
| description | Search HexDocs documentation for Elixir and Erlang packages. Use when looking up package APIs or guides. |
| compatibility | Requires Node.js 18+. |
Search hexdocs
Search hexdocs.pm documentation.
Usage
node {thisSkillDir}/scripts/hexdocs.js <QUERY> [OPTIONS] --json
Examples
node {thisSkillDir}/scripts/hexdocs.js "GenServer callbacks"
node {thisSkillDir}/scripts/hexdocs.js "Ecto.Query" --packages ecto
node {thisSkillDir}/scripts/hexdocs.js "LiveView hooks" --packages phoenix_live_view,phoenix
node {thisSkillDir}/scripts/hexdocs.js "plug conn" --limit 5
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>