Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.
- Host: GitHub
- URL: https://github.com/ghostwriter/arm
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2024-07-11T23:57:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T03:02:16.000Z (28 days ago)
- Last Synced: 2024-10-11T03:23:25.680Z (28 days ago)
- Topics: arm, automated-repository-manager, composer, ghostwriter, git, github, github-cli, repository-management, repository-manager
- Language: PHP
- Homepage: https://github.com/ghostwriter/arm
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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.