mtg-proxy

1.0.0-beta.4 • Public • Published

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

Package Sidebar

Install

npm i mtg-proxy

Weekly Downloads

1

Version

1.0.0-beta.4

License

MIT

Unpacked Size

103 kB

Total Files

10

Last publish

Collaborators

  • matalmeida