> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ooneex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# design:create

> Generate a new design module.

Generate a new design module. The command scaffolds a base module, marks it as `type: "design"` in its yml config, then pulls the design source from the upstream `skeleton-design` repository and installs its dependencies.

## Usage

```bash theme={null}
ooneex design:create [options]
```

## Examples

```bash theme={null}
ooneex design:create
```

```bash theme={null}
ooneex design:create --name=ui
```

## Options

| Option     | Description                            | Default             |
| ---------- | -------------------------------------- | ------------------- |
| `--name`   | Name of the design module to create.   | Prompted if omitted |
| `--cwd`    | Working directory the command runs in. | Current directory   |
| `--silent` | Skip prompts and log output.           | `false`             |
