Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 791 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 791 Bytes

Dash docset generator for ClojureDocs.org

Performs the following:

  • Mirror clojuredocs.org/clojure_core (around 17mb) using wget
  • Copy html content to default dash docset template
  • Parse all functions from clojure_core.html
  • Populate searchIndex in docSet.dsidx (sqlite db)

Installation

Install the following dependencies:

brew install wget
brew install leiningen

Usage

Generate with

lein run

Import the generated clojure-docs.docset into Dash.

License

Copyright © 2013 Lokeshwaran

Distributed under the Eclipse Public License, the same as Clojure.