File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# google-ts-style
2
2
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
+
3
9
> *** NOTE: This repo is a work-in-progress and is not ready for general use just yet. This is not an official Google product.***
4
10
5
11
This repository is Google's default TypeScript configuration. Made with ❤️ by the Google Node.js team.
@@ -25,3 +31,14 @@ $(npm bin)/gts --init
25
31
26
32
# License
27
33
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
You can’t perform that action at this time.
0 commit comments