Skip to content

Commit 95c323a

Browse files
committed
[readme] update badges
1 parent cb38f48 commit 95c323a

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

readme.markdown

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# object-inspect
1+
# object-inspect <sup>[![Version Badge][2]][1]</sup>
22

33
string representations of objects in node and the browser
44

5-
[![build status](https://secure.travis-ci.com/inspect-js/object-inspect.png)](https://travis-ci.com/inspect-js/object-inspect)
5+
[![github actions][actions-image]][actions-url]
6+
[![coverage][codecov-image]][codecov-url]
7+
[![dependency status][5]][6]
8+
[![dev dependency status][7]][8]
9+
[![License][license-image]][license-url]
10+
[![Downloads][downloads-image]][downloads-url]
11+
12+
[![npm badge][11]][1]
613

714
# example
815

@@ -60,3 +67,19 @@ npm install object-inspect
6067
# license
6168

6269
MIT
70+
71+
[1]: https://npmjs.org/package/object-inspect
72+
[2]: https://versionbadg.es/inspect-js/object-inspect.svg
73+
[5]: https://david-dm.org/inspect-js/object-inspect.svg
74+
[6]: https://david-dm.org/inspect-js/object-inspect
75+
[7]: https://david-dm.org/inspect-js/object-inspect/dev-status.svg
76+
[8]: https://david-dm.org/inspect-js/object-inspect#info=devDependencies
77+
[11]: https://nodei.co/npm/object-inspect.png?downloads=true&stars=true
78+
[license-image]: https://img.shields.io/npm/l/object-inspect.svg
79+
[license-url]: LICENSE
80+
[downloads-image]: https://img.shields.io/npm/dm/object-inspect.svg
81+
[downloads-url]: https://npm-stat.com/charts.html?package=object-inspect
82+
[codecov-image]: https://codecov.io/gh/inspect-js/object-inspect/branch/main/graphs/badge.svg
83+
[codecov-url]: https://app.codecov.io/gh/inspect-js/object-inspect/
84+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/object-inspect
85+
[actions-url]: https://github.com/inspect-js/object-inspect/actions

0 commit comments

Comments
 (0)