Skip to content

Commit bdc81fe

Browse files
Update the readme with badges
Signed-off-by: Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
1 parent 8b30a31 commit bdc81fe

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A Vue.js component that wraps the awesome autoNumeric input formatter library
44

5+
[![NPM][nodei-image]][nodei-url]
6+
<br>
7+
[![NPM version][npm-image]][npm-url]
8+
[![Downloads][downloads-image]][downloads-url]
9+
[![Known Vulnerabilities][snyk-image]][snyk-url]
10+
<br><br>
11+
Get in touch on [![Gitter chat][gitter-image]][gitter-url]
12+
513
---
614

715
vue-autoNumeric wrap the awesome autoNumeric library and generate an `<input>` element managed by AutoNumeric.
@@ -123,3 +131,15 @@ Huge Thanks :)
123131
I would love to know how you're using vue-autonumeric.<br>
124132
<br>
125133
Contact me!
134+
135+
136+
[downloads-image]: http://img.shields.io/npm/dm/vue-autonumeric.svg
137+
[downloads-url]: http://badge.fury.io/js/vue-autonumeric
138+
[gitter-image]: https://img.shields.io/badge/gitter-autoNumeric%2FautoNumeric-brightgreen.svg
139+
[gitter-url]: https://gitter.im/autoNumeric/vue-autoNumeric
140+
[npm-image]: https://img.shields.io/npm/v/vue-autonumeric.svg
141+
[npm-url]: https://npmjs.org/package/vue-autonumeric
142+
[nodei-image]: https://nodei.co/npm/vue-autonumeric.png?downloads=true&downloadRank=true&stars=true
143+
[nodei-url]: https://nodei.co/npm/vue-autonumeric
144+
[snyk-image]: https://snyk.io/test/github/autoNumeric/vue-autoNumeric/badge.svg
145+
[snyk-url]: https://snyk.io/test/github/autoNumeric/vue-autoNumeric

0 commit comments

Comments
 (0)