Create proxy cards for MTG with a clean visual
Download the CLI
$ npm i -g mtg-proxy
Create a file with a cards list, with the following format:
4 Battle Screech
1 Veteran Armorer
Now you can create your proxies just running:
$ mtg-proxy ./my-card-list.txt ./export-folder
Note: The export folder
is a optional argument
Now you has your output:
Usage:
mtg-proxy <card-list-path> [<export-path>] [--output=<name>] [--papper=<size>]
mtg-proxy -h | --help
mtg-proxy --version
Options:
<card-list-path> Path to a valid MOL card list
<export-path> Path where the output PDF will be saved [default: current directory].
-h --help Show this screen.
--version Show version.
(--output|-o)=<name> Name of output PDF.
(--papper|-p)=<size> Papper size [default: A4].
('A3', 'A4', 'Legal', 'Letter' or 'Tabloid')
- Create cards from MOL list
- Fix proxies sizes to fit in sleeves/shields
- Create a PDF with the right size to use as proxie and all cards by list quantity
- Create cards from MTGA list
MIT