Skip to content

Commit feb426c

Browse files
committed
chore: add badges to README
1 parent 3ab6ada commit feb426c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @react-native-community/bob
22

3+
[![Version][version-badge]][package]
4+
[![Build Status][build-badge]][build]
5+
[![MIT License][license-badge]][license]
6+
37
👷‍♂️ Simple CLI to scaffold and build React Native libraries for different targets.
48

59
## Features
@@ -203,3 +207,12 @@ Thanks to the authors of these libraries for inspiration:
203207
## LICENSE
204208

205209
MIT
210+
211+
<!-- badges -->
212+
213+
[version-badge]: https://img.shields.io/npm/v/@react-native-community/bob.svg?style=flat-square
214+
[package]: https://www.npmjs.com/package/@react-native-community/bob
215+
[build-badge]: https://img.shields.io/circleci/project/github/react-native-community/bob/master.svg?style=flat-square
216+
[build]: https://circleci.com/gh/react-native-community/bob
217+
[license-badge]: https://img.shields.io/npm/l/@react-native-community/bob.svg?style=flat-square
218+
[license]: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)