Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```