Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davenchy/dwall-manager
simple unsplash desktop wallpaper manager
https://github.com/davenchy/dwall-manager
change desktop electron javascript manager unsplash vuejs wallpaper
Last synced: 9 days ago
JSON representation
simple unsplash desktop wallpaper manager
- Host: GitHub
- URL: https://github.com/davenchy/dwall-manager
- Owner: Davenchy
- License: mit
- Created: 2018-10-11T22:27:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T21:30:59.000Z (over 5 years ago)
- Last Synced: 2024-10-25T12:36:43.181Z (about 2 months ago)
- Topics: change, desktop, electron, javascript, manager, unsplash, vuejs, wallpaper
- Language: JavaScript
- Homepage: https://davenchy.github.io/dwall_manager/
- Size: 6.41 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DWall Manager V1.1.0
Simple unsplash desktop wallpaper manager- Download: https://github.com/Davenchy/dwall_manager/releases
## Build From Source Code
- clone the project
`git clone https://github.com/Davenchy/dwall_manager.git`
- then install dependencies
```
npm install // install dependencies
npm install electron-builder -g // install electron packager for packaging
npm run webpack // build app logic from '/src' into '/app'
```for help about `electron-builder` use `build -h` or `electron-builder -h`
> note: `electron-builder` builds into the `/dist` directory
> note: the __below__ build commands are tested on `linux mint 18.3`
____
### Build For Windows
- Windows: `build -w`
### Build For MAC OS
- MAC OS: `build -m`
### Build For Linux
- Linux: `build -l`
### Flags
- for x64 (default): `--x64`
- for 32bit: `--ia32`
- for amd64: `--amd64`
- and etc...