Hexdocset

November 26, 2015 ยท View on GitHub

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 .

Contents

  1. 1Installation
  2. 1.1Requirements
  3. 1.2Direct download
  4. 1.3Build from source
  5. 2Usage
  6. 2.1Example