mtg-cli
v0.1.2
Published
Cli app on Magic the Gathering API
Readme
mtg-cli
Little CLI app to fetch data from https://api.magicthegathering.io/v1/cards with filtering and grouping.
Installation
You need NPM and Node installed.
npm -g install mtg-cliTo uninstall delete the folder mtg-cli from your home directory and execute
npm -g uninstall mtg-cliUse
To group in order
mtg-cli --group set rarityTo filter by properties
mtg-cli --filter colors=Red,BlueData is cached in first use, but if you need to udpate it use
mtg-cli --update