Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvcrn/dash-docset-homebridge
Dash docset for homebridge
https://github.com/dvcrn/dash-docset-homebridge
dash docset homebridge
Last synced: about 2 months ago
JSON representation
Dash docset for homebridge
- Host: GitHub
- URL: https://github.com/dvcrn/dash-docset-homebridge
- Owner: dvcrn
- Created: 2020-11-25T05:31:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T01:18:35.000Z (about 4 years ago)
- Last Synced: 2024-10-30T00:44:41.981Z (3 months ago)
- Topics: dash, docset, homebridge
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dash docset for homebridge.io
Auto-generated from the docs that are available at https://developers.homebridge.io/
![screenshot](./screenshot.png)
## Download
Download from the "User Contributed" section from within dash
-- OR --
Alternatively download the [latest docset](https://github.com/dvcrn/dash-docset-homebridge/releases/latest) from Releases section from this repo.
**Note:** If possible, download it from within Dash so it'll stay up-to-date when new releases are pushed. Installing it manually means you won't get updates
## Building yourself
For building the docset, you need to have [dashing](https://github.com/technosophos/dashing) installed.
For actually downloading and building the docset:
```
npm run download-docs
npm run generate-docset
```## Notes
There is probably a smarter way of doing this by just using services.json + characteristics.json that the website itself uses for generation.