No description
| bin | ||
| lib | ||
| .gitignore | ||
| analysis_options.yaml | ||
| CHANGELOG.md | ||
| fetch_files.sh | ||
| LICENSE.txt | ||
| protobuf_gen.sh | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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