An open API service indexing awesome lists of open source software.

https://github.com/guoyunhe/rgi-libretro

CLI to export RetroGameIndex images to libretro-thumbnails
https://github.com/guoyunhe/rgi-libretro

Last synced: 3 months ago
JSON representation

CLI to export RetroGameIndex images to libretro-thumbnails

Awesome Lists containing this project

README

        

# @guoyunhe/rgi-libretro

## Install

### Run directly

```bash
npx @guoyunhe/rgi-libretro thumbnail ps2
```

### Install on system

```bash
npm i -g @guoyunhe/rgi-libretro
rgi-libretro thumbnail ps2
```

### Install in project

```bash
npm i -D @guoyunhe/rgi-libretro
```

Add script entry:

```json
{
"scripts": {
"download": "rgi-libretro thumbnail ps2"
}
}
```

## Options

### `--help`

Show help

### `--version`

Show version