A CLI application wrapper for MODX Revolution.
- Be able to run most relevant processors from the CLI
- Allow third party components to ship CLI commands
- Allow developers to build their own set of commands
- PHP CLI 5.6+
- Composer
- Clone the repository
git clone https://github.com/meltingmedia/MODX-Shell.git
- Install dependencies
cd MODX-Shell && composer install --no-dev
- Optionally add
bin/modx
to your$PATH
so you could usemodx
command from anywhere, by runningln -s /path/to/bin/modx ~/bin/modx
Running modx
should then output the available commands.
Documentation can be found at https://docs.melting-media.com/modx-shell/.
A road map can be found at https://github.com/meltingmedia/MODX-Shell/milestones
MODX Shell is licensed under the MIT license. Copyright 2013 Melting Media https://github.com/meltingmedia