https://github.com/shmup/mithriljs-docset-generator
Generates a zeal/dash docset for mithril.js
https://github.com/shmup/mithriljs-docset-generator
dash docsets mithriljs zeal
Last synced: about 1 year ago
JSON representation
Generates a zeal/dash docset for mithril.js
- Host: GitHub
- URL: https://github.com/shmup/mithriljs-docset-generator
- Owner: shmup
- Created: 2022-08-10T06:53:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T07:03:43.000Z (almost 4 years ago)
- Last Synced: 2025-04-26T15:49:49.122Z (about 1 year ago)
- Topics: dash, docsets, mithriljs, zeal
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### generate a [zeal](https://github.com/zealdocs/zeal)/[dash](https://github.com/plotly/dash) docset for [mithril.js](https://mithril.js.org/)
1. clone this repo
2. run `make`
3. symlink `$PWD/build/Mithril.docset` to wherever your docsets are stored
on my system it's in: `$HOME/.local/share/Zeal/Zeal/docsets/`

----
Based off of a [gist](https://gist.github.com/shabbyrobe/c0131998cbfa43f0bc01a376c23c0ced) by [shabbyrobe](https://github.com/shabbyrobe)