📖
Genèse
  • Quick Start
  • Templates
    • Template
    • Injection
    • Conditional rendering
    • Frontmatter
  • Generators
    • Generator
    • Prompt
Powered by GitBook
On this page
  • Install
  • Usage

Quick Start

NextTemplate

Last updated 3 years ago

Install

You'll need Composer 2 and PHP 8.0+

composer global require ubermanu/genese

or you can download the genese.phar file available in the .

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 init

The create an empty generator with:

genese generator:with-prompt --name component --action new

Note: The commands available in the CLI are created according to the content of your local _templates folder.

releases