gbere/gb-cli
Composer 安装命令:
composer require gbere/gb-cli
包简介
gb-cli utils powered by symfony/console
README 文档
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
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-15