diff options
author | Eduardo Pedroni <epedroni@users.noreply.github.com> | 2015-08-29 18:32:20 +0200 |
---|---|---|
committer | Eduardo Pedroni <epedroni@users.noreply.github.com> | 2015-08-29 18:32:20 +0200 |
commit | e387df19d14338b91c3e54de8a7593b852b1000c (patch) | |
tree | 4e95f546a36f0cc4db50d5f3a4aa4ce4c6d0082b | |
parent | 262e5c8fb03dff7546c8b47ead571ec71b468e88 (diff) |
Update README.md
Added travis build status
-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 |