Download the PHP package agence-adeliom/lumberjack-cli without Composer
On this page you can find all versions of the php package agence-adeliom/lumberjack-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package lumberjack-cli
Adeliom LumberJack CLI
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
Once installed you need to copy the console
file into your Lumberjack theme directory.
It is assuming you're using Lumberjack inside Bedrock. If not, you may need to make some changes to paths in the console
file
Basic Usage
You can now access the Adeliom CLI from inside your Lumberjack theme directory:
Available commands
To show available commands
To run a command
For a given command called test:command
you would run the following:
Get additional help about a command
For a given command called test:command
you would run the following:
Adding Commands
To add additional commands to Adeliom CLI add them to config/commands.php
(create the file if it doesn't exist).
Writing Commands
Create a subclass of Adeliom\WP\CLI\Commands\Command
:
Adeliom CLI uses the same $signature
syntax as Laravel, see here for more information.
Adeliom CLI Command
is a subclass of Symfony's Command
object, for more information on how to implement the execute()
function see here.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of lumberjack-cli with dependencies
blast/facades Version ^1.0
rareloop/lumberjack-core Version *
symfony/console Version ^5.4
icanboogie/inflector Version ^2.0
jawira/case-converter Version ^3.4