diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-08-30 22:50:37 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-08-30 22:50:37 +0200 |
commit | 70c3ce7f348439c8455dc611a80716dc5ba4c8fa (patch) | |
tree | 4a84d4720eda92db61c9998e36b5a405d542ab7f | |
parent | d0f963c4a6f7ad0e18ad9a0cafbad1eb124934e5 (diff) | |
parent | e387df19d14338b91c3e54de8a7593b852b1000c (diff) |
Merge branch 'master' of https://github.com/epedroni/cardbase
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # cardbase +[![Build Status](https://travis-ci.org/epedroni/cardbase.svg)](https://travis-ci.org/epedroni/cardbase) + The primary purpose of cardbase is to create a digital representation of your own MTG collection. A cardbase file (.cb) is simply a JSON file containing a list of card objects and associated unique keys. The card data structure used is derived from that used in [MTG JSON](http://mtgjson.com/), and in fact that is where most of the data comes from right now. ## Command Line Interface (CLI) - cardbasecli |