Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutaodou/devdocs-wrapper
A simple wrapper for http://devdocs.io with Electron
https://github.com/yutaodou/devdocs-wrapper
Last synced: 3 months ago
JSON representation
A simple wrapper for http://devdocs.io with Electron
- Host: GitHub
- URL: https://github.com/yutaodou/devdocs-wrapper
- Owner: yutaodou
- License: cc0-1.0
- Created: 2016-03-21T15:32:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T09:20:17.000Z (6 months ago)
- Last Synced: 2024-06-24T04:35:23.684Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 339 KB
- Stars: 43
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DevDocs Wrapper
A simple wrapper for [DevDocs](http://devdocs.io) with [Electron](https://github.com/atom/electron) for desktop application like user experience.
## Package
### Create a package for Mac OSX:```
npm install && npm run package-osx
```
### Create a package for Windows:#### x64
```
npm install && npm run package-x64
```#### x86
```
npm install && npm run package-x86
```