shedcollective / command-line-tool
The command line tool for simplifying life at 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-11-07 15:21:04 UTC
README
The Shed command line tool makes dev life at Shed a breeze.
Installation:
Using Homebrew
brew tap shedcollective/utilities brew install shed
Using Composer
composer global require shedcollective/command-line-tool
Manually
- Clone this repository
- Add
dist
to your$PATH
Usage
Execute shed
with no parameters to explore the available commands.
Development
This project uses humbug/box for compilation. You may use the following commands for development:
composer build
composer test
composer analyse