/AmiiboGameListGenerator

This project is created to supply the AmiiboAPI with a games_info.json file. This file is used to store which Amiibo can be used in which game and in what way.

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

AmiiboGameListGenerator

This project is created to supply the AmiiboAPI with a games_info.json file. This file is used to store which Amiibo can be used in which game and in what way.

Usage

Use -h or -help to see the help message.
Use -i {path} or -input {path} to specify the input json location, if this argument isn't specified it will automatically get the latest amiibo.json from github.
Use -o {path} or -output {path} to specify the output json location, defaults to ".\games_info.json".
Use -l {value} or -log {value} to set the logging level, can pick from verbose, info, warn, error or from 0 to 3 respectively.