Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

miguelbermudez/eslint-docset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash docset generator for ESlint.org

original project from dlokesh/clojuredocs-docset

Edits from original project as follows:

  • Update clojure version (1.7)
  • Update all deps
  • Update to use current clojure.java.jdbc method (previous methods have been deprecated)

Performs the following:

  • Mirror eslint.org/docs/rules using HTTrack (about 6mb)
  • Copy html content to default dash docset template
  • Parse all rules from eslint.org/docs/rules/index.html
  • Populate searchIndex table in docSet.dsidx (Dash's sqlite db)

Installation

Install the following dependencies:

$ brew install httrack
$ brew install leiningen

Usage

Download uberjar and run:

$ java -jar eslint-docset-<version>-standalone.jar

or clone source to customize HTTrack in config.clj and run:

$ lein run

Import the generated eslint-docs.docset into Dash.

License

  • Copyright © 2013 Lokeshwaran
  • Copyright © 2015 MiguelBermudez
  • Distributed under the Eclipse Public License.

About

Dash docset generator for Eslint.org Rules

Resources

License

Stars

Watchers

Forks

Packages

No packages published