|
1 | 1 | # 🕊 mockingjay |
2 | 2 |
|
3 | | -[](https://verygood.ventures) |
| 3 | +[![Very Good Ventures][logo_white]][very_good_ventures_link_dark] |
| 4 | +[![Very Good Ventures][logo_black]][very_good_ventures_link_light] |
4 | 5 |
|
5 | | -Developed with 💙 by [Very Good Ventures](https://verygood.ventures) 🦄 |
| 6 | +Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 |
6 | 7 |
|
7 | | -[](https://github.com/VeryGoodOpenSource/mockingjay/actions) |
8 | | -[](https://pub.dartlang.org/packages/mockingjay) |
9 | | -[](https://opensource.org/licenses/MIT) |
10 | | -[![style: very good analysis][badge]][badge_link] |
| 8 | +[![ci][ci_badge]][ci_link] |
| 9 | +[![coverage][coverage_badge]][ci_link] |
| 10 | +[![pub package][pub_badge]][pub_link] |
| 11 | +[![License: MIT][license_badge]][license_link] |
| 12 | +[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_badge_link] |
11 | 13 |
|
12 | 14 | --- |
13 | 15 |
|
@@ -96,7 +98,18 @@ void main() { |
96 | 98 | } |
97 | 99 | ``` |
98 | 100 |
|
99 | | -[very good analysis]: https://github.com/VeryGoodOpenSource/very_good_analysis |
100 | | -[badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg |
101 | | -[badge_link]: https://pub.dev/packages/mockingjay |
| 101 | +[ci_badge]: https://github.com/VeryGoodOpenSource/mockingjay/workflows/mockingjay/badge.svg |
| 102 | +[ci_link]: https://github.com/VeryGoodOpenSource/mockingjay/actions |
| 103 | +[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/mockingjay/main/coverage_badge.svg |
| 104 | +[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg |
| 105 | +[license_link]: https://opensource.org/licenses/MIT |
| 106 | +[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/mockingjay/main/assets/vgv_logo_black.png#gh-light-mode-only |
| 107 | +[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/mockingjay/main/assets/vgv_logo_white.png#gh-dark-mode-only |
102 | 108 | [mocktail]: https://pub.dev/packages/mocktail |
| 109 | +[pub_badge]: https://img.shields.io/pub/v/mockingjay.svg |
| 110 | +[pub_link]: https://pub.dartlang.org/packages/mockingjay |
| 111 | +[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg |
| 112 | +[very_good_analysis_badge_link]: https://pub.dev/packages/very_good_analysis |
| 113 | +[very_good_ventures_link]: https://verygood.ventures |
| 114 | +[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only |
| 115 | +[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only |
0 commit comments