larrymyers / ptcg-decklist-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokémon TCG Deck List Generator

Hate filling out deck lists by hand before a local tournament? Me too. My penmanship is horrible.

This allows you to export a deck list from Limitless or PTCG Live and have a deck list automatically filled out.

Setup

Requires the latest Node.js LTS release.

npm install
npm start
http://localhost:4321

To build a release:

./build.sh

To run the tests:

npm test

About

License:MIT License


Languages

Language:TypeScript 89.4%Language:Astro 8.4%Language:Shell 1.3%Language:JavaScript 0.9%