Skip to content

Commit 4c8d00a

Browse files
committedSep 24, 2021
[readme] add badges
1 parent 477bb4c commit 4c8d00a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed
 

‎readme.markdown

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# tape
1+
# tape <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
22

33
tap-producing test harness for node and browsers
44

55
[![github actions][actions-image]][actions-url]
66
[![coverage][codecov-image]][codecov-url]
7+
[![dependency status][deps-svg]][deps-url]
8+
[![dev dependency status][dev-deps-svg]][dev-deps-url]
9+
[![License][license-image]][license-url]
10+
[![Downloads][downloads-image]][downloads-url]
11+
12+
[![npm badge][npm-badge-png]][package-url]
713

814
![tape](https://web.archive.org/web/20170612184731if_/http://substack.net/images/tape_drive.png)
915

@@ -541,6 +547,17 @@ test('third', function (t) {
541547

542548
MIT
543549

550+
[package-url]: https://npmjs.org/package/tape
551+
[npm-version-svg]: https://versionbadg.es/substack/tape.svg
552+
[deps-svg]: https://david-dm.org/substack/tape.svg
553+
[deps-url]: https://david-dm.org/substack/tape
554+
[dev-deps-svg]: https://david-dm.org/substack/tape/dev-status.svg
555+
[dev-deps-url]: https://david-dm.org/substack/tape#info=devDependencies
556+
[npm-badge-png]: https://nodei.co/npm/tape.png?downloads=true&stars=true
557+
[license-image]: https://img.shields.io/npm/l/tape.svg
558+
[license-url]: LICENSE
559+
[downloads-image]: https://img.shields.io/npm/dm/tape.svg
560+
[downloads-url]: https://npm-stat.com/charts.html?package=tape
544561
[codecov-image]: https://codecov.io/gh/substack/tape/branch/master/graphs/badge.svg
545562
[codecov-url]: https://app.codecov.io/gh/substack/tape/
546563
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/substack/tape

0 commit comments

Comments
 (0)
Please sign in to comment.