CLI utils powered by symfony/console
- cURL
- Composer
- PHP >=7.1.3
- PHP-XML
composer global require "gbere/gb-cli=*"
If the bin folder of your Composer isn’t in the PATH variable, add it:
echo "export PATH="$HOME/.composer/vendor/bin:$PATH" " >> ~/.bashrc
# Or on Ubuntu 18.04
echo "export PATH="$HOME/.config/composer/vendor/bin:$PATH" " >> ~/.bashrc
source ~/.bashrc
# Without generic commands of symfony
ggg
# Debug mode (with symfony commands)
ggd
composer global update