Skip to content

Commit e6647e0

Browse files
JustinBeckwithofrobots
authored andcommitted
docs: add badges to the readme (#20)
1 parent f93469b commit e6647e0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# google-ts-style
22

3+
[![NPM Version][npm-image]][npm-url]
4+
[![Build Status][travis-image]][travis-url]
5+
[![Dependency Status][david-image]][david-url]
6+
[![devDependency Status][david-dev-image]][david-dev-url]
7+
[![Known Vulnerabilities][snyk-image]][snyk-url]
8+
39
> ***NOTE: This repo is a work-in-progress and is not ready for general use just yet. This is not an official Google product.***
410
511
This repository is Google's default TypeScript configuration. Made with ❤️ by the Google Node.js team.
@@ -25,3 +31,14 @@ $(npm bin)/gts --init
2531

2632
# License
2733
See [LICENSE.md](LICENSE.md)
34+
35+
[npm-image]: https://img.shields.io/npm/v/google-ts-style.svg
36+
[npm-url]: https://npmjs.org/package/google-ts-style
37+
[travis-image]: https://travis-ci.org/google/ts-style.svg?branch=master
38+
[travis-url]: https://travis-ci.org/google/ts-style
39+
[david-image]: https://david-dm.org/google/ts-style.svg
40+
[david-url]: https://david-dm.org/google/ts-style
41+
[david-dev-image]: https://david-dm.org/google/ts-style/dev-status.svg
42+
[david-dev-url]: https://david-dm.org/google/ts-style?type=dev
43+
[snyk-image]: https://snyk.io/test/github/google/ts-style/badge.svg
44+
[snyk-url]: https://snyk.io/test/github/google/ts-style

0 commit comments

Comments
 (0)