https://github.com/aubreypwd-old/twcc
This command will compare `composer.json` packages in the middle file with those on the left and right and figure out which (of the left and right) have the greater version.
https://github.com/aubreypwd-old/twcc
Last synced: about 2 months ago
JSON representation
This command will compare `composer.json` packages in the middle file with those on the left and right and figure out which (of the left and right) have the greater version.
- Host: GitHub
- URL: https://github.com/aubreypwd-old/twcc
- Owner: aubreypwd-old
- Created: 2020-06-25T18:56:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T20:05:35.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T13:37:18.122Z (2 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
```
twcc examine|update|commands
```This command will compare `composer.json` packages in the middle file with those on the left and right and figure out which (of the left and right) have the greater version.
### `examine`
Will ouput suggested updates you need to make to the middle file to update to the latest version of the package it found to be greater in the left or right.
### `update`
Will write it's findings (the best version between the left and right file) to the middle file.
### `commands`
Will give you composer commands to run to update packages to the best versions found between the right and the left files.
------------
# Installation
```bash
composer global config repositories.twcc git [email protected]:aubreypwd/twcc.git
composer global require aubreypwd/twcc:dev-master@dev
```