|
1 | 1 | # Flysystem Adapter for Github |
2 | 2 |
|
3 | | -[](https://github.com/potherca/flysystem-github/releases) |
4 | | -[](LICENSE.md) |
5 | | -[](https://travis-ci.org/potherca/flysystem-github) |
6 | | -[](https://coveralls.io/github/potherca/flysystem-github) |
7 | | -[](https://scrutinizer-ci.com/g/potherca/flysystem-github) |
8 | | -[](https://packagist.org/packages/potherca/flysystem-github) |
| 3 | +[![Latest Version][Latest Version Badge]][Release Page] |
| 4 | +[![Software License][Software License Badge]][License file] |
| 5 | +[![Build Status][Build Status Badge]][Travis Page] |
| 6 | +[![Coverage Status][Coverage Status Badge]][Coveralls Page] |
| 7 | +[![Quality Score][Quality Score Badge]][Scrutinizer Page] |
| 8 | +[![Total Downloads][Total Downloads Badge]][Packagist Page] |
9 | 9 |
|
10 | 10 | ## Install |
11 | 11 |
|
@@ -124,4 +124,18 @@ Please see [CHANGELOG](CHANGELOG.md) for details. |
124 | 124 |
|
125 | 125 | ## License |
126 | 126 |
|
127 | | -The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
| 127 | +The MIT License (MIT). Please see [License File] for more information. |
| 128 | + |
| 129 | +[Release Page]: https://github.com/potherca/flysystem-github/releases |
| 130 | +[License File]: LICENSE.md |
| 131 | +[Travis Page]: https://travis-ci.org/Potherca/flysystem-github |
| 132 | +[Coveralls Page]: https://coveralls.io/github/potherca/flysystem-github |
| 133 | +[Scrutinizer Page]: https://scrutinizer-ci.com/g/potherca/flysystem-github |
| 134 | +[Packagist Page]: https://packagist.org/packages/potherca/flysystem-github |
| 135 | + |
| 136 | +[Latest Version Badge]: https://img.shields.io/github/release/potherca/flysystem-github.svg |
| 137 | +[Software License Badge]: https://img.shields.io/badge/license-MIT-brightgreen.svg |
| 138 | +[Build Status Badge]: https://img.shields.io/travis/Potherca/flysystem-github.svg |
| 139 | +[Coverage Status Badge]: https://coveralls.io/repos/potherca/flysystem-github/badge.svg |
| 140 | +[Quality Score Badge]: https://img.shields.io/scrutinizer/g/potherca/flysystem-github.svg |
| 141 | +[Total Downloads Badge]: https://img.shields.io/packagist/dt/potherca/flysystem-github.svg |
0 commit comments