From 94c0a7be33f62bdda316271100362c850f3d5e10 Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Tue, 11 Feb 2020 21:31:16 -0500 Subject: [PATCH] Add badge for number of cargo crate downloads --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b72ee7e..3a7c50f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![build status](https://github.com/jakedeichert/mask/workflows/CI/badge.svg?branch=master)][github_ci] [![mask version](https://img.shields.io/crates/v/mask.svg)][crate] +[![mask crate downloads](https://img.shields.io/crates/d/mask.svg)][crate] `mask` is a CLI task runner which is defined by a simple markdown file. It searches for a `maskfile.md` in the current directory which it then parses for commands and arguments.