Skip to content
Convert hex doc to Dash.app's docset format.
Elixir
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
config
lib
test
.gitignore
README.md
mix.exs
mix.lock

README.md

Hexdocset

Dash support hexdoc officially now!

Convert hex doc to Dash.app's docset format.

Installation

Requirements

  • sqlite3

Direct download

Download the binary release from the release page.

Build from source

git clone https://github.com/yesmeck/hexdocset.git && cd hexdocset && mix do deps.get, escript.build

Usage

hexdocset <name> <source> <distination>

Example

Convert Phoenix's doc

hexdocset Phoenix ./phoenix_docs .
Something went wrong with that request. Please try again.