dreamproduction/dep-launcher

Deployer.php launcher

v0.2.0 2023-01-23 15:19 UTC

This package is auto-updated.

Last update: 2024-05-23 18:01:03 UTC


README

Launches deployer from the dependencies of the current folder. This allows for each project to have it's own version of deployer, and you can run different versions of deployer for different projects.

Installation

Install dep-launcher with composer globally

composer global require  dreamproduction/dep-launcher

Make sure that your global composer bin folder is part of your $PATH variable. Usually you can accomplish this by adding the following line to .bashrc or .zshrc:

PATH=$(composer global config bin-dir --absolute --quiet):$PATH

Also make sure to not have deployer installed globally by other methods.

Usage/Examples

Just run dep as usually

dep deploy dev