shedcollective/command-line-tool

The command line tool for simplifying life at Shed

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 5

pkg:composer/shedcollective/command-line-tool

1.18.0 2025-07-07 09:49 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