Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T07:03:43.000Z (over 2 years ago)
- Last Synced: 2023-04-03T18:25:23.299Z (over 1 year ago)
- Topics: dash, docsets, mithriljs, zeal
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- 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 storedon my system it's in: `$HOME/.local/share/Zeal/Zeal/docsets/`
![image](https://user-images.githubusercontent.com/118710/183836444-75fcb19b-7e44-412e-8d6d-766f8a895ce8.png)
----
Based off of a [gist](https://gist.github.com/shabbyrobe/c0131998cbfa43f0bc01a376c23c0ced) by [shabbyrobe](https://github.com/shabbyrobe)