Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jul 17, 2024
1 parent 4402821 commit 62bb139
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Repository Manager
# ARM – Automated Repository Manager

[![Compliance](https://github.com/ghostwriter/arm/actions/workflows/compliance.yml/badge.svg)](https://github.com/ghostwriter/arm/actions/workflows/compliance.yml)
[![Supported PHP Version](https://badgen.net/packagist/php/ghostwriter/arm?color=8892bf)](https://www.php.net/supported-versions)
Expand All @@ -9,7 +9,7 @@
[![Latest Version on Packagist](https://badgen.net/packagist/v/ghostwriter/arm)](https://packagist.org/packages/ghostwriter/arm)
[![Downloads](https://badgen.net/packagist/dt/ghostwriter/arm?color=blue)](https://packagist.org/packages/ghostwriter/arm)

Seamlessly manage PHP projects with Git, GitHub CLI (gh), and Composer.
Seamlessly manage multiple `PHP` repositories with `git`, `gh`, and `composer`.

> [!WARNING]
>
Expand All @@ -30,7 +30,11 @@ You can also star (🌟) this repo to find it easier later.
## Usage

```php
// work in progress
vendor/bin/arm
```

```php
vendor/bin/arm --dry-run
```

### Credits
Expand Down

0 comments on commit 62bb139

Please sign in to comment.