No description
Find a file
2026-02-19 17:21:24 +10:00
bin add magic-deck-manager format 2024-03-14 11:42:10 +10:00
lib Fix issue with hasFoil & hasNonFoil being null 2026-02-19 17:21:24 +10:00
.gitignore Add new protobuf format for magic_life_wheel 2025-08-03 17:41:09 +10:00
analysis_options.yaml initial commit & initial data model 2024-02-20 21:32:00 +10:00
CHANGELOG.md initial commit & initial data model 2024-02-20 21:32:00 +10:00
fetch_files.sh use curl over wget for fetch files 2024-07-15 21:02:22 +10:00
LICENSE.txt add license 2024-02-20 21:34:09 +10:00
protobuf_gen.sh Add new protobuf format for magic_life_wheel 2025-08-03 17:41:09 +10:00
pubspec.lock Upgrade protobuf version & other deps 2025-11-28 07:44:33 +10:00
pubspec.yaml Upgrade protobuf version & other deps 2025-11-28 07:44:33 +10:00
README.md add magic-deck-manager format 2024-03-14 11:42:10 +10:00

A simple command line tool, used for transforming mtgjson data files.

Used to generate specific data formats required for apps.

Usage

Ensure the required mtgjson json file is present and run the command to generate the data file.

Magic Life Wheel

Generate the json format used by https://github.com/j7126/magic-life-wheel

Required Files:

  • AllPrintings.json

Command:

dart run mtgjson_converter_dart AllPrintings magic_life_wheel_all_cards

Magic Deck Manager

Generate the json format used by https://github.com/j7126/magic-deck-manager

Required Files:

  • AllPrintings.json

Command:

dart run mtgjson_converter_dart AllPrintings magic_deck_manager_all_cards