joomla-cli
is a tool for managing Joomla! from the command line.
Simply add a dependency on greencape/joomla-cli
to your project's composer.json
file if you use
Composer to manage the dependencies of your project. Here is a minimal example of a
composer.json
file that just defines a dependency on Joomla CLI:
{
"require": {
"greencape/joomla-cli": "*@dev"
}
}
For a system-wide installation via Composer, you can run:
composer global require 'greencape/joomla-cli=*'
Make sure you have ~/.composer/vendor/bin/
in your path.