Skip to content

Commit

Permalink
add header to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Jun 23, 2024
1 parent 536cb7d commit 32a30d5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<p align="center">
<img src="https://raw.githubusercontent.com/pestphp/pest-plugin-mutate/2.x/art/example.png" width="600" alt="OpenAI PHP">
<p align="center">
<a href="https://github.com/pestphp/pest-plugin-mutate/actions"><img alt="GitHub Workflow Status (main)" src="https://img.shields.io/github/actions/workflow/status/pestphp/pest-plugin-mutate/tests.yml?branch=main&label=tests&style=round-square"></a>
<a href="https://packagist.org/packages/pestphp/pest-plugin-mutate"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/pestphp/pest-plugin-mutate"></a>
<a href="https://packagist.org/packages/pestphp/pest-plugin-mutate"><img alt="Latest Version" src="https://img.shields.io/packagist/v/pestphp/pest-plugin-mutate"></a>
<a href="https://packagist.org/packages/pestphp/pest-plugin-mutate"><img alt="License" src="https://img.shields.io/github/license/pestphp/pest-plugin-mutate"></a>
</p>
</p>

------
This repository contains the Pest Plugin Mutate.

> **This plugin is currently under development.**
Expand Down Expand Up @@ -27,7 +38,7 @@ If you have any question not covered in the docs or need help. Checkout the [dis
To start using Pest's Mutation plugin, you need to require the plugin via Composer.

```bash
composer require pestphp/pest-plugin-mutate:^2.0@beta --dev --with-all-dependencies
composer require pestphp/pest-plugin-mutate --dev
```

<a name="run-mutation-testing"></a>
Expand Down
11 changes: 11 additions & 0 deletions docs/README.stub.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<p align="center">
<img src="https://raw.githubusercontent.com/pestphp/pest-plugin-mutate/2.x/art/example.png" width="600" alt="OpenAI PHP">
<p align="center">
<a href="https://github.com/pestphp/pest-plugin-mutate/actions"><img alt="GitHub Workflow Status (main)" src="https://img.shields.io/github/actions/workflow/status/pestphp/pest-plugin-mutate/tests.yml?branch=main&label=tests&style=round-square"></a>
<a href="https://packagist.org/packages/pestphp/pest-plugin-mutate"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/pestphp/pest-plugin-mutate"></a>
<a href="https://packagist.org/packages/pestphp/pest-plugin-mutate"><img alt="Latest Version" src="https://img.shields.io/packagist/v/pestphp/pest-plugin-mutate"></a>
<a href="https://packagist.org/packages/pestphp/pest-plugin-mutate"><img alt="License" src="https://img.shields.io/github/license/pestphp/pest-plugin-mutate"></a>
</p>
</p>

------
This repository contains the Pest Plugin Mutate.

> **This plugin is currently under development.**
Expand Down

0 comments on commit 32a30d5

Please sign in to comment.