/Thinky-Docset

Thinky.IO Docset for Dash

Primary LanguageJavaScript

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.