Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghostwriter/arm

[WIP]Automated Repository Manager (ARM): Seamlessly manage multiple `PHP` repositories with `git`, `gh`, and `composer`.
https://github.com/ghostwriter/arm

arm automated-repository-manager composer ghostwriter git github github-cli repository-management repository-manager

Last synced: 5 days ago
JSON representation

[WIP]Automated Repository Manager (ARM): Seamlessly manage multiple `PHP` repositories with `git`, `gh`, and `composer`.

Awesome Lists containing this project

README

        

# 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)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/ghostwriter?label=Sponsor+@ghostwriter/arm&logo=GitHub+Sponsors)](https://github.com/sponsors/ghostwriter)
[![Code Coverage](https://codecov.io/gh/ghostwriter/arm/branch/main/graph/badge.svg)](https://codecov.io/gh/ghostwriter/arm)
[![Type Coverage](https://shepherd.dev/github/ghostwriter/arm/coverage.svg)](https://shepherd.dev/github/ghostwriter/arm)
[![Psalm Level](https://shepherd.dev/github/ghostwriter/arm/level.svg)](https://psalm.dev/docs/running_psalm/error_levels)
[![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 multiple `PHP` repositories with `git`, `gh`, and `composer`.

> [!WARNING]
>
> This project is not finished yet, work in progress.

## Installation

You can install the package via composer:

``` bash
composer require ghostwriter/arm
```

### Star ⭐️ this repo if you find it useful

You can also star (🌟) this repo to find it easier later.

## Usage

```php
vendor/bin/arm
```

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

### Credits

- [Nathanael Esayeas](https://github.com/ghostwriter)
- [All Contributors](https://github.com/ghostwriter/arm/contributors)

### Changelog

Please see [CHANGELOG.md](./CHANGELOG.md) for more information on what has changed recently.

### License

Please see [LICENSE](./LICENSE) for more information on the license that applies to this project.

### Security

Please see [SECURITY.md](./SECURITY.md) for more information on security disclosure process.