> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/quickstart/driver.md).

# driver

Generate a Driver service (message generator).

## Syntax

```bash
rumi quickstart driver [options]
```

## Options

| Option       | Short | Description                | Default           |
| ------------ | ----- | -------------------------- | ----------------- |
| `--app-root` | `-r`  | Application root directory | `rumi-quickstart` |

## Example

```bash
rumi quickstart driver --app-root my-app
```

## See Also

* [app](/rumi-cli/commands/quickstart/app.md) - Generate a complete application
* [processor](/rumi-cli/commands/quickstart/processor.md) - Generate a Processor service
* [webservice](/rumi-cli/commands/quickstart/webservice.md) - Generate a Webservice microservice
* [connector](/rumi-cli/commands/quickstart/connector.md) - Generate a Connector microservice
