gbere/gb-cli

gb-cli utils powered by symfony/console

Maintainers

Details

github.com/gbere/gb-cli

Source

Issues

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Language:Shell

v0.7.1 2018-06-14 20:20 UTC

README

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