greencape/joomla-cli

A tool for managing Joomla! installations from the command line.

0.2.0 2019-08-21 12:53 UTC

README

SensioLabsInsight Code Climate Test Coverage Latest Stable Version Build Status

joomla-cli is a tool for managing Joomla! from the command line.

Installation

Composer

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.