Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.2 KB

gb-cli

Build Status Latest Version Total Downloads license

CLI utils powered by symfony/console

Requirements

  • cURL
  • Composer
  • PHP >=7.1.3
  • PHP-XML

Installing

composer global require "gbere/gb-cli=*"

Setting up

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

Usage

# Without generic commands of symfony
ggg

# Debug mode (with symfony commands)
ggd

How to update

composer global update