gbere / gb-cli
gb-cli utils powered by symfony/console
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:Shell
Requires
- php: ^7.1.3
- ext-iconv: *
- symfony/console: ^4.1
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.1
- symfony/process: ^4.1
- symfony/yaml: ^4.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.7
- symfony/dotenv: ^4.1
- symfony/phpunit-bridge: ^4.1
Conflicts
README
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