It is recommended to install this module globally with composer:
composer global require silverleague/ssconsole
Ensure your composer's bin
folder has been added to your system path.
You can still require this module as a project dependency if you don't want to install it globally, of course:
composer require --dev silverleague/ssconsole
$ vendor/bin/ssconsole
If you wish to install this module from source, you can clone the repository and symlink bin/ssconsole
into your system path, for example:
git clone [email protected]:silverleague/silverstripe-console.git
cd silverstripe-console
chmod u+x bin/console
ln -s "$(pwd)/bin/ssconsole" /usr/local/bin/ssconsole