> For the complete documentation index, see [llms.txt](https://ubermanu.gitbook.io/genese/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ubermanu.gitbook.io/genese/quick-start.md).

# Quick Start

## Install

You'll need Composer 2 and PHP 8.0+

```shell
composer global require ubermanu/genese
```

or you can download the `genese.phar` file available in the [releases](https://github.com/ubermanu/genese/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 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.
