https://github.com/ragingwind/devdogs
DevdoGs, Unofficial Devdocs app
https://github.com/ragingwind/devdogs
Last synced: about 1 year ago
JSON representation
DevdoGs, Unofficial Devdocs app
- Host: GitHub
- URL: https://github.com/ragingwind/devdogs
- Owner: ragingwind
- License: mit
- Created: 2015-07-11T13:28:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T02:50:19.000Z (over 9 years ago)
- Last Synced: 2025-04-09T18:16:50.546Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 234
- Watchers: 5
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# devdogs

> Unofficial [Devdocs](http://devdocs.io/) with Electron.
## Install
Only support OS X, requires OS X 10.8 or newer. [Download](https://github.com/ragingwind/devdogs/releases/latest), unzip, copy and run wherever you want
## Features something different
### Supporting global shortcut
- `Command or Ctrl` + ?: Hide and show application
## Development
### Run app
```
npm install
npm start
```
### Build & Package
```
npm install
npm run-script build
npm run-script package
```
## License
MIT © [Jimmy Moon](http://ragingwind.me)