Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ragingwind/devdogs
DevdoGs, Unofficial Devdocs app
https://github.com/ragingwind/devdogs
Last synced: 5 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T02:50:19.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T14:30:58.655Z (13 days ago)
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 235
- Watchers: 6
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# devdogs
![out](https://cloud.githubusercontent.com/assets/124117/10069648/87a84332-62e8-11e5-926a-e3f29c8f8422.gif)
> 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)