Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 641 Bytes

utils

Common (composer based) tools we use at undpaul

Installation

The collection is meant to be used globally by each team member. It has to be installed via composer.

  1. Make sure composer is installed globalle
  2. Run composer global require undpaul/utils:dev-master to install globally.
  3. Make sure ~/.composer/vendor/bin is part of your $PATH, e.g. by adding export PATH=~/.composer/vendor/bin:$PATH to your .bashrcor .profile

Update

After installing you can easily update to the latest version with composer global update undpaul/utils