shedcollective/command-line-tool

The command line tool for simplifying life at Shed

1.14.1 2023-09-12 07:44 UTC

README

CircleCI branch Scrutinizer Code Quality

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

  1. Clone this repository
  2. 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