shedcollective / command-line-tool
简化在Shed生活的命令行工具
1.14.5
2024-07-09 08:37 UTC
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- ext-zip: *
- aws/aws-sdk-php: ^3.95
- bamarni/composer-bin-plugin: ^1.4
- google/apiclient: ^2.0
- kriswallsmith/buzz: ^1.2
- monolog/monolog: 2.7.0
- phpseclib/phpseclib: ^3.0
- psr/cache: 1.0.1
- symfony/console: 5.*
- symfony/finder: 5.*
- symfony/yaml: 5.*
- toin0u/digitalocean-v2: ^4.6
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.0
- dev-develop
- 1.14.5
- 1.14.4
- 1.14.3
- 1.14.2
- 1.14.1
- 1.13.1
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.2
- 1.0.0
- dev-feature/server-heartbeat
- dev-master
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-feature/aws-ec2-provisioning
This package is auto-updated.
Last update: 2024-09-07 15:02:42 UTC
README
Shed命令行工具让Shed的开发生活变得轻松。
安装
使用Homebrew
brew tap shedcollective/utilities brew install shed
使用Composer
composer global require shedcollective/command-line-tool
手动
- 克隆此仓库
- 将
dist
添加到您的$PATH
使用方法
不输入参数执行 shed
来探索可用的命令。
开发
该项目使用 humbug/box 进行编译。您可以使用以下命令进行开发
composer build
composer test
composer analyse