Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyx0rmz/sh-composer-wrapper
Shell scripts that wraps Composer - a Dependency Manager for PHP
https://github.com/shyx0rmz/sh-composer-wrapper
backup composer git
Last synced: about 1 month ago
JSON representation
Shell scripts that wraps Composer - a Dependency Manager for PHP
- Host: GitHub
- URL: https://github.com/shyx0rmz/sh-composer-wrapper
- Owner: SHyx0rmZ
- License: mit
- Created: 2017-07-27T23:24:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T13:30:30.000Z (over 7 years ago)
- Last Synced: 2024-11-05T20:35:00.999Z (3 months ago)
- Topics: backup, composer, git
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sh-composer-wrapper
Shell scripts that wraps Composer - a Dependency Manager for PHP.
## Features
The basic `composer` script does little more than run Composer without
the Xdebug extension loaded. It also looks for more wrapper scripts.Those include:
### `git-backup.sh`
When you update or install packages with Composer, this script finds
all Git repositories in the vendor directory that still contain
uncommitted or unpushed changes and creates a backup for them. The backup
will be placed in `$HOME/.cache/sh-composer-wrapper` and will be created
via `git bundle create`. It will also backup the root repository.