https://github.com/docwhat/gamelist-xml-util
https://github.com/docwhat/gamelist-xml-util
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/gamelist-xml-util
- Owner: docwhat
- License: mit
- Created: 2023-01-11T23:18:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:55:19.000Z (over 1 year ago)
- Last Synced: 2025-04-10T22:40:07.726Z (about 1 year ago)
- Language: Go
- Size: 2.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GameList XML Utilities
> A collection of utilities for working with the [GameList XML](https://github.com/Aloshi/EmulationStation/blob/unstable/GAMELISTS.md) format.
## Installation
1. Go to [the latest release](https://github.com/docwhat/gamelist-xml-util/releases/latest).
1. Download the appropriate binary for your platform.
1. Rename the binary to `gamelist-cli`
1. Make it executable. e.g., `chmod +x gamelist-cli`
1. File bugs and PRs at [the GitHub repo](https://github.com/docwhat/gamelist-xml-util).
## Installing from source
1. Git clone from [the GitHub repo](https://github.com/docwhat/gamelist-xml-util).
1. Run `./script/install-local`
## Contributing
1. Fork it.
2. Clone it.
3. Run `./script/bootstrap`, fix any issues and re-run until it works.
4. Have fun!