|
1 | 1 | # react-to-typescript-definitions |
2 | 2 |
|
3 | | -[](https://github.com/KnisterPeter/react-to-typescript-definitions) |
4 | | -[](https://travis-ci.org/KnisterPeter/react-to-typescript-definitions) |
5 | | -[](https://coveralls.io/github/KnisterPeter/react-to-typescript-definitions) |
6 | | -[](https://david-dm.org/KnisterPeter/react-to-typescript-definitions) |
7 | | -[](https://david-dm.org/KnisterPeter/react-to-typescript-definitions#info=devDependencies&view=table) |
8 | | -[](https://www.npmjs.com/package/react-to-typescript-definitions) |
9 | | -[](http://commitizen.github.io/cz-cli/) |
10 | | -[](https://github.com/conventional-changelog/standard-version) |
| 3 | +[![GitHub license][license-image]][license-link] |
| 4 | +[![npm][npm-image]][npm-link] |
| 5 | +[![Travis][ci-image]][ci-link] |
| 6 | +[![codecov][coverage-image]][coverage-link] |
| 7 | +[![Commitizen friendly][commitizen-image]][commitizen-link] |
| 8 | +[![Standard Version][standard-version-image]][standard-version-link] |
11 | 9 |
|
12 | 10 | Create typescript definitions files (d.ts) from react components. |
13 | 11 |
|
@@ -101,3 +99,16 @@ Options: |
101 | 99 | A function which gets a type name (as string) and should return the path |
102 | 100 | to the file defining the type or undefined if the type is not resolvable. |
103 | 101 | This function is required to generate instanceOf PropTypes. |
| 102 | +
|
| 103 | +[license-image]: https://img.shields.io/github/license/KnisterPeter/react-to-typescript-definitions.svg |
| 104 | +[license-link]: https://github.com/KnisterPeter/react-to-typescript-definitions |
| 105 | +[npm-image]: https://img.shields.io/npm/v/react-to-typescript-definitions.svg |
| 106 | +[npm-link]: https://www.npmjs.com/package/react-to-typescript-definitions |
| 107 | +[ci-image]: https://img.shields.io/travis/KnisterPeter/react-to-typescript-definitions.svg |
| 108 | +[ci-link]: https://travis-ci.org/KnisterPeter/react-to-typescript-definitions |
| 109 | +[coverage-image]: https://codecov.io/gh/KnisterPeter/react-to-typescript-definitions/branch/master/graph/badge.svg |
| 110 | +[coverage-link]: https://codecov.io/gh/KnisterPeter/react-to-typescript-definitions |
| 111 | +[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg |
| 112 | +[commitizen-link]: http://commitizen.github.io/cz-cli/ |
| 113 | +[standard-version-image]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg |
| 114 | +[standard-version-link]: https://github.com/conventional-changelog/standard-version |
0 commit comments