Quick Start
Install
You'll need Composer 2 and PHP 8.0+
composer global require ubermanu/geneseor you can download the genese.phar file available in the releases.
Reminder: In the documentation, we refer the command genese as the main entry point, it might be different according to your previous installation.
Usage
You can generate some example templates:
genese initThe create an empty generator with:
genese generator:with-prompt --name component --action newNote: The commands available in the CLI are created according to the content of your local _templates folder.
Last updated