# `init`

<Warning>
  This command is currently **experimental**, so any breaking changes can be
  introduced at any minor version.
</Warning>

Initializes the widgetbook workspace.

## Usage

```bash
widgetbook init
```

## Arguments

The CLI accepts the following arguments.

| Argument    | Mandatory | Default\* | Description                                              |
| ----------- | --------- | --------- | -------------------------------------------------------- |
| `--package` | ➖        | `./`      | Directory of the app or the design system package        |
| `--output`  | ➖        | `./`      | Directory where the widgetbook workspace will be created |
