Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yesmeck/hexdocset

Convert hex doc to Dash.app's docset format.
https://github.com/yesmeck/hexdocset

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

# Hexdocset

**[Dash support hexdoc officially now!](https://kapeli.com/docsets#exdoc)**

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

## Installation

### Requirements

- sqlite3

### Direct download

Download the binary release from the [release page](https://github.com/yesmeck/hexdocset/releases).

### Build from source

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

## Usage

```bash
hexdocset
```

### Example

Convert Phoenix's doc

```bash
hexdocset Phoenix ./phoenix_docs .
```