Common (composer based) tools we use at undpaul
The collection is meant to be used globally by each team member. It has to be installed via composer.
- Make sure composer is installed globalle
- Run
composer global require undpaul/utils:dev-master
to install globally. - Make sure
~/.composer/vendor/bin
is part of your$PATH
, e.g. by addingexport PATH=~/.composer/vendor/bin:$PATH
to your.bashrc
or.profile
After installing you can easily update to the latest version with composer global update undpaul/utils