Skip to content

Commit fddb66e

Browse files
committed
Merge pull request webpack#1231 from thaiat/feat-readme-badge
feat(app): Add badges to REAMDE.md
2 parents a3b3b18 + 2786ffb commit fddb66e

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
[![webpack](http://webpack.github.io/assets/logo.png)](http://webpack.github.io)
22

3-
[![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] [![Gittip donate button][gittip-image]][gittip-url]
3+
4+
[![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] [![Downloads][downloads-image]][downloads-url]
5+
[![NPM][nodei-image]][nodei-url]
6+
7+
build
8+
[![Build Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] [![Coverage Status][coveralls-image]][coveralls-url]
9+
10+
dependencies
11+
[![Dependency Status][david-image]][david-url] [![devDependency Status][david-dev-image]][david-dev-url] [![peerDependency Status][david-peer-image]][david-peer-url]
12+
13+
donation
14+
[![Gittip donate button][gittip-image]][gittip-url] [![Donate to sokra][donate-image]][donate-url]
15+
16+
17+
18+
19+
420

521
[documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=top)
622

@@ -203,7 +219,7 @@ function loadTemplateAsync (name, callback) {
203219

204220
## Tests
205221

206-
You can run the Node tests with `npm test`. [![Build status (linux)][travis-image]][travis-url] [![Build status (windows)][appveyor-image]][appveyor-url] [![Test coverage][coveralls-image]][coveralls-url]
222+
You can run the Node tests with `npm test`.
207223

208224
You can run the browser tests:
209225

@@ -258,8 +274,6 @@ This is a free-time project. The time I invest in it fluctuates. If you use webp
258274

259275
I'm very thankful for every dollar. If you leave your username or email, I may show my thanks by giving you extra support.
260276

261-
[![Donate to sokra][donate-image]][donate-url]
262-
263277

264278
## Dependencies
265279

@@ -273,7 +287,6 @@ I'm very thankful for every dollar. If you leave your username or email, I may s
273287
* [mkdirp](https://github.com/substack/node-mkdirp)
274288
* [clone](https://github.com/pvorb/node-clone)
275289

276-
[![Dependency status][david-image]][david-url]
277290

278291
[travis-url]: http://travis-ci.org/webpack/webpack
279292
[travis-image]: https://img.shields.io/travis/webpack/webpack.svg
@@ -283,8 +296,16 @@ I'm very thankful for every dollar. If you leave your username or email, I may s
283296
[coveralls-image]: https://img.shields.io/coveralls/webpack/webpack.svg
284297
[npm-url]: https://npmjs.org/package/webpack
285298
[npm-image]: https://img.shields.io/npm/v/webpack.svg
299+
[downloads-image]: http://img.shields.io/npm/dm/webpack.svg
300+
[downloads-url]: http://badge.fury.io/js/webpack
286301
[david-url]: https://david-dm.org/webpack/webpack
287302
[david-image]: https://img.shields.io/david/webpack/webpack.svg
303+
[david-dev-url]: https://david-dm.org/webpack/webpack#info=devDependencies
304+
[david-dev-image]: https://david-dm.org/webpack/webpack/dev-status.svg
305+
[david-peer-url]: https://david-dm.org/webpack/webpack#info=peerDependencies
306+
[david-peer-image]: https://david-dm.org/webpack/webpack/peer-status.svg
307+
[nodei-image]: https://nodei.co/npm/webpack.png?downloads=true&downloadRank=true&stars=true
308+
[nodei-url]: https://nodei.co/npm/webpack
288309
[donate-url]: http://sokra.github.io/
289310
[donate-image]: https://img.shields.io/badge/donate-sokra-brightgreen.svg
290311
[gittip-url]: https://www.gittip.com/sokra/

0 commit comments

Comments
 (0)