A command line tool for Magic the Gathering
- Clone the Repository with
git clone [url]
- Change into the repository's directory with cd
./Paupus
- Run the command
dotnet build --configuration Release
- Navigate to the release build folder with
cd ./Paupus/bin/Release
- Run the program with
./Paupus [ 1 | 2 ]
The application currently supports 2 modes:
- Card Search mode
- DragonShield CSV to MTGMate text list converter*
* This is not working
Follow all of the "Running the tool" steps but instead open the .sln file in either JetBrains Rider or Visual Studio.