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

Latest commit

 

History

History
20 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 340 Bytes

Thinky.IO Docset for Dash

Generate:

  1. Install Node.JS
  2. Install dependencies
yarn # If you are using yarn
# OR
npm install # If you never heard of yarn
  1. Build Docset
yarn run build && node Index.js
# Or
npm run build && node Index.js
  1. Now you can use the docset :)

Note: I am still working on it.