The Shed command line tool makes dev life at Shed a breeze.
brew tap shedcollective/utilities
brew install shed
composer global require shedcollective/command-line-tool
- Clone this repository
- Add
dist
to your$PATH
Execute shed
with no parameters to explore the available commands.
This project uses humbug/box for compilation. You may use the following commands for development:
composer build
composer test
composer analyse