-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md.dist
22 lines (18 loc) · 953 Bytes
/
README.md.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<TITLE>
=======
[![Latest version][Version image]][Releases]
[![Total downloads][Downloads image]][Downloads]
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]
[![Code style][Style image]][Style]
<INSERT CONTENT HERE>
[Releases]: https://github.com/<GITHUB_PATH>/releases
[Version image]: https://poser.pugx.org/<PACKAGE_NAME>/version "Latest version"
[Downloads]: https://packagist.org/packages/<PACKAGE_NAME>
[Downloads image]: https://poser.pugx.org/<PACKAGE_NAME>/downloads "Total downloads"
[Build]: https://travis-ci.org/<GITHUB_PATH>
[Build image]: https://travis-ci.org/<GITHUB_PATH>.svg?branch=master "Build status"
[Coverage]: https://coveralls.io/github/<GITHUB_PATH>
[Coverage image]: https://coveralls.io/repos/<GITHUB_PATH>/badge.svg "Test coverage"
[Style]: https://styleci.io/repos/<GITHUB_ID>
[Style image]: https://styleci.io/repos/<GITHUB_ID>/shield?style=flat "Code style"