A simple command line bootstrapper for the Horizon Framework.

1.0.2 2024-03-04 17:04 UTC

This package is auto-updated.

Last update: 2024-04-04 17:17:44 UTC


README

This is a command line bootstrapper for the Horizon Framework. You can install this package globally to easily access the command interface for your application.

Installation

composer global require baileyherbert/ace

Notes

This package only contains a binary that traverses from the current directory upward and locates your application root, then invokes the application in console mode. The version of the command line tool and the commands within it will match those installed in your application.

You can find the source code for all official commands in the official repository: https://github.com/baileyherbert/horizon/tree/master/src/Ace