Skip to content

matAlmeida/mtg-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtg-proxy

GitHub package.json version (branch) NPM NPM Downloads

Create proxy cards for MTG with a clean visual

Usage

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:

   

--help

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')

Roadmap

  • 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

License

MIT

About

Create MTG clean Proxie Cards using a MOL list as entry.

Resources

License

Stars

Watchers

Forks

Packages

No packages published