charcoal / conductor
A CLI tool for interacting with your Charcoal projects.
v1.1.4
2024-08-01 10:01 UTC
Requires
- php: ^7.4|^8.0
- charcoal/charcoal: *
- slim/slim: *
- stecman/symfony-console-completion: *
- symfony/console: ^4.0|^5.0
- symfony/filesystem: ^5.0
- symfony/finder: ^5.0
This package is auto-updated.
Last update: 2024-10-31 10:40:27 UTC
README
A CLI tool for interacting with the Charcoal framework.
Requirements
- php ^7.4
- composer
Installation
composer global config repositories.stecman/symfony-console-completion vcs https://github.com/MouseEatsCat/symfony-console-completion composer global require charcoal/conductor
Autocompletion
To enable autocompletion, you need to add the following to your .bashrc
or .zshrc
file.
source <(conductor _completion -g -p conductor)