From dc2423c22a8eb2b37ea7bc6027b4bb8ca6403637 Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Thu, 7 Mar 2019 12:15:39 +0530 Subject: [PATCH] docs(readme): add downloads badge Add downloads badge from npm which shows downloads per week ISSUES CLOSED: #778 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4299a29f02..d04a41ae190 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ + +

Webpack CLI

+

The official CLI of webpack

@@ -15,8 +18,8 @@ [![Code Climate](https://codeclimate.com/github/webpack/webpack-cli/badges/gpa.svg)](https://codeclimate.com/github/webpack/webpack-cli) [![chat on gitter](https://badges.gitter.im/webpack/webpack.svg)](https://gitter.im/webpack/webpack) [![Install Size](https://packagephobia.now.sh/badge?p=webpack-cli)](https://packagephobia.now.sh/result?p=webpack-cli) +[![npm](https://img.shields.io/npm/dw/webpack-cli.svg)](https://www.npmjs.com/package/webpack-cli) -# webpack CLI * [About](#about) - [How to install](#how-to-install)