summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-26 15:45:24 +0200
committerGitHub <noreply@github.com>2016-09-26 15:45:24 +0200
commit26506446abed9d86fe4d0fddbb2a1054cd2f5ab0 (patch)
tree143dd126592257dfaa7789f9f47d22ef2840c662
parent90f794fd13e7912bac6076c3a5bda4e6bb5523ef (diff)
parent0c3e9d43e2f9ef77a2d645d1ce5d5776eff5bc1b (diff)
Merge pull request #35 from matthiasbeyer/readme-badges
Add badges
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4733a68..8ed485f 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,15 @@
* [crate](https://crates.io/crates/task-hookrs/)
* [Documentation](https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.html)
-* [![Build Status](https://travis-ci.org/matthiasbeyer/task-hookrs.svg?branch=master)](https://travis-ci.org/matthiasbeyer/task-hookrs)
* [travis-ci](https://travis-ci.org/matthiasbeyer/task-hookrs)
+[![Build Status](https://travis-ci.org/matthiasbeyer/task-hookrs.svg?branch=master)](https://travis-ci.org/matthiasbeyer/task-hookrs)
+[![GitHub tag](https://img.shields.io/github/tag/matthiasbeyer/task-hookrs.svg?maxAge=2592000)]()
+[![Crates.io](https://img.shields.io/crates/v/task-hookrs.svg?maxAge=2592000)]()
+[![Crates.io](https://img.shields.io/crates/d/task-hookrs.svg?maxAge=2592000)]()
+[![Crates.io](https://img.shields.io/crates/dv/task-hookrs.svg?maxAge=2592000)]()
+[![Crates.io](https://img.shields.io/crates/l/task-hookrs.svg?maxAge=2592000)]()
+
`task-hookrs` is able to import and export the JSON taskwarrior understands, so
you can write taskwarrior hooks without having to deal with the JSON
import/export foo by simply using this crate.