shedcollective/command-line-tool

The command line tool for simplifying life at Shed

Maintainers

Package info

github.com/shedcollective/shed-cli-tool

Homepage

pkg:composer/shedcollective/command-line-tool

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 6


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