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-masterto install globally. - Make sure
~/.composer/vendor/binis part of your$PATH, e.g. by addingexport PATH=~/.composer/vendor/bin:$PATHto your.bashrcor.profile
After installing you can easily update to the latest version with composer global update undpaul/utils