Skip to content

Commit b844572

Browse files
committed
Add badges
1 parent c99b417 commit b844572

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/joindin/callingallpapers-cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/joindin/callingallpapers-cli/?branch=master)
2-
[![Build Status](https://travis-ci.org/joindin/callingallpapers-cli.svg?branch=master)](https://travis-ci.org/joindin/callingallpapers-cli)
31
# CLI to create Files for CallingAllPapers
42

53
This CLI retrieves external resources and creates the files needed by callingallpapers.com
64

5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/joindin/callingallpapers-cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/joindin/callingallpapers-cli/?branch=master)
6+
[![Build](https://github.com/joindin/callingallpapers-cli/actions/workflows/workflow.yml/badge.svg)](https://github.com/joindin/callingallpapers-cli/actions/workflows/workflow.yml)
7+
[![Coverage Status](https://coveralls.io/repos/github/joindin/callingallpapers-cli/badge.svg?branch=master)](https://coveralls.io/github/joindin/callingallpapers-cli?branch=master)
8+
79
## Installation:
810

911
composer create-project callingallpapers/cli [path]
@@ -17,10 +19,10 @@ alternate version:
1719

1820
# Install Composer dependencies (if not using `composer create-project` command
1921
composer install
20-
22+
2123
# Copy and customize the .ini file:
2224
cp config/callingallpapers.ini.dist config/callingallpapers.ini
23-
25+
2426
# List valid commands
2527
./bin/callinallpapers list
2628

0 commit comments

Comments
 (0)