charcoal/conductor

A CLI tool for interacting with your Charcoal projects.

v1.1.4 2024-08-01 10:01 UTC

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)

Commands