Skip to content

docwhat/gamelist-xml-util

Repository files navigation

Continuous Integration

GameList XML Utilities

A collection of utilities for working with the GameList XML format.

Installation

  1. Go to the latest release.
  2. Download the appropriate binary for your platform.
  3. Rename the binary to gamelist-cli
  4. Make it executable. e.g., chmod +x gamelist-cli
  5. File bugs and PRs at the GitHub repo.

Installing from source

  1. Git clone from the GitHub repo.
  2. 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!