https://github.com/SteamGridDB/steamgriddb-manager
Automatically find games from launchers on your system and import them into your Steam library with a click of a button.
https://github.com/SteamGridDB/steamgriddb-manager
battle-net electron epic-games-launcher gog launchers origin steam steam-library uplay
Last synced: 3 months ago
JSON representation
Automatically find games from launchers on your system and import them into your Steam library with a click of a button.
- Host: GitHub
- URL: https://github.com/SteamGridDB/steamgriddb-manager
- Owner: SteamGridDB
- License: mit
- Archived: true
- Created: 2019-03-26T11:05:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T07:47:59.000Z (over 2 years ago)
- Last Synced: 2024-05-01T20:43:25.555Z (about 1 year ago)
- Topics: battle-net, electron, epic-games-launcher, gog, launchers, origin, steam, steam-library, uplay
- Language: JavaScript
- Homepage: https://www.steamgriddb.com/manager
- Size: 964 KB
- Stars: 394
- Watchers: 19
- Forks: 56
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [SteamGridDB Manager](https://www.steamgriddb.com/manager)
SteamGridDB Manager automatically finds games from launchers on your system and imports them into your Steam library with a click of a button.See the website for download and more information: https://www.steamgriddb.com/manager
# Supported Launchers
SteamGridDB Manager supports importing from the following launchers:
- Origin
- Uplay
- Epic Games Launcher
- Blizzard Battle.net
- GOG.com
- *More coming soon!*# Building From Source
1. Install the dependencies with `npm install`.
2. Run one of the npm scripts:
- `npm run run` Builds and starts the app.
- `npm run watch` Builds and starts the app. Reloads the app when any file changes.
- `npm run dist` Builds, then outputs an installer into the `dist` directory using electron-builder.# License
[MIT](LICENSE.md)