Skip to content

GreenCape/joomla-cli

Repository files navigation

Joomla CLI

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.

About

A commandline interface for administrating Joomla

Resources

License

Stars

Watchers

Forks

Packages

No packages published