devdogs
Version:
DevdoGs, Unofficial Devdocs app for Mac
36 lines (22 loc) • 664 B
Markdown
# 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)