18/11
2015
dev-master
9999999-devCommon (composer based) tools we use at undpaul
GPLv2
The Requires
Common (composer based) tools we use at undpaul
Common (composer based) tools we use at undpaul, (*1)
The collection is meant to be used globally by each team member. It has to be installed via composer., (*2)
composer global require undpaul/utils:dev-master
to install globally.~/.composer/vendor/bin
is part of your $PATH
, e.g. by adding
export 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
, (*3)
Common (composer based) tools we use at undpaul
GPLv2