Skip to content

Commit

Permalink
Readme: modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 6, 2020
1 parent 9bed57a commit aefa4d0
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
install:
name: "Quality assurance"
name: "Testing"
runs-on: "${{ matrix.operating-system }}"

strategy:
Expand Down
56 changes: 42 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,39 @@
# Quality assurance (QA)
![](https://heatbadger.now.sh/github/readme/ninjify/qa/)

<p align=center>
<a href="https://github.com/ninjify/qa/actions"><img src="https://badgen.net/github/checks/ninjify/qa/master?cache=300"></a>
<a href="https://coveralls.io/r/ninjify/qa"><img src="https://badgen.net/coveralls/c/github/ninjify/qa?cache=300"></a>
<a href="https://packagist.org/packages/ninjify/qa"><img src="https://badgen.net/packagist/dm/ninjify/qa"></a>
<a href="https://packagist.org/packages/ninjify/qa"><img src="https://badgen.net/packagist/v/ninjify/qa"></a>
</p>
<p align=center>
<a href="https://packagist.org/packages/ninjify/qa"><img src="https://badgen.net/packagist/php/ninjify/qa"></a>
<a href="https://github.com/ninjify/qa"><img src="https://badgen.net/github/license/ninjify/qa"></a>
<a href="https://bit.ly/ctteg"><img src="https://badgen.net/badge/support/gitter/cyan"></a>
<a href="https://bit.ly/cttfo"><img src="https://badgen.net/badge/support/forum/yellow"></a>
<a href="https://contributte.org/partners.html"><img src="https://badgen.net/badge/sponsor/donations/F96854"></a>
</p>

<p align=center>
Website 🚀 <a href="https://contributte.org">contributte.org</a> | Contact 👨🏻‍💻 <a href="https://f3l1x.io">f3l1x.io</a> | Twitter 🐦 <a href="https://twitter.com/contributte">@contributte</a>
</p>

## Usage

To install latest version of `ninjify/qa` use [Composer](https://getcomposer.com).

Quality assurance (`binaries`) for your PHP projects

-----
```
composer install ninjify/qa
```

[![Build Status](https://img.shields.io/travis/ninjify/qa.svg?style=flat-square)](https://travis-ci.org/ninjify/qa)
[![Downloads total](https://img.shields.io/packagist/dt/ninjify/qa.svg?style=flat-square)](https://packagist.org/packages/ninjify/qa)
[![Latest stable](https://img.shields.io/packagist/v/ninjify/qa.svg?style=flat-square)](https://packagist.org/packages/ninjify/qa)
## Versions

## Install
| State | Version | Branch | PHP |
|-------------|---------|----------|----------|
| dev | `^0.13` | `master` | `>=7.3` |
| stable | `^0.12` | `master` | `>=7.1` |

```bash
composer require --dev ninjify/qa
```

## Manual usage (bin)
## Documentation

### CodeSniffer & CodeFixer

Expand Down Expand Up @@ -65,6 +84,15 @@ composer run-script qa
}
```

## Development

See [how to contribute](https://contributte.org) to this package. This package is currently maintained by these authors.

<a href="https://github.com/f3l1x">
<img width="80" height="80" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=80">
</a>

-----

Thanks for testing, reporting and contributing.
Consider to [support](https://contributte.com/partners) **contributte** development team.
Also thank you for using this package.

0 comments on commit aefa4d0

Please sign in to comment.