Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docwhat/gamelist-xml-util
https://github.com/docwhat/gamelist-xml-util
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/gamelist-xml-util
- Owner: docwhat
- License: mit
- Created: 2023-01-11T23:18:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T06:47:11.000Z (3 months ago)
- Last Synced: 2024-08-12T08:05:28.071Z (3 months ago)
- Language: Go
- Size: 2.06 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!