Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 2d69659

Browse files
author
guillermo.fisher
committed
Added badges and some instructions.
1 parent 9f0f49b commit 2d69659

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# hrphp-cli
2-
[![Build Status](https://api.travis-ci.org/hrphp/hrphp-cli.png?branch=master)](http://travis-ci.org/hrphp/hrphp-cli)
2+
[![Travis branch](https://img.shields.io/travis/hrphp/hrphp-cli.svg?style=flat)](https://travis-ci.org/hrphp/hrphp-cli) [![Coverage Status](http://img.shields.io/scrutinizer/coverage/g/hrphp/hrphp-cli.svg?style=flat)](https://scrutinizer-ci.com/g/hrphp/hrphp-cli/?branch=master) [![Code Quality](http://img.shields.io/scrutinizer/g/hrphp/hrphp-cli.svg?style=flat)](https://scrutinizer-ci.com/g/hrphp/hrphp-cli/?branch=master) [![HHVM](https://img.shields.io/hhvm/hrphp/hrphp-cli.svg?style=flat)](http://hhvm.h4cc.de/package/hrphp/hrphp-cli.json)
33

44
CLI tool for HRPHP related shenanigans.
5+
6+
## Usage
7+
You can use this tool in one of two ways.
8+
9+
You can execute the `hrphp` file in the `bin` directory:
10+
```
11+
./bin/hrphp <command>
12+
```
13+
14+
Or you can download and run the phar:
15+
```
16+
php hrphp.phar <command>
17+
```
18+
19+
Run the `list` command to see a list of available commands:
20+
```
21+
php hrphp.phar list
22+
```

0 commit comments

Comments
 (0)