| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
| workspaceName | String | yes | - | Organization/workspace name. Normalized to lowercase kebab-case. |
| Option | Type | Default | Enum / Flag | Description |
|---|---|---|---|---|
| --app | String | - | - | Codename of the first application. Normalized to lowercase kebab-case. |
| --dir | String | local when USE_AKANJS_PKGS=true, otherwise . | - | Directory where the workspace is created. |
| --libs | Boolean | - | false | true | Install shared and util libraries. |
| --tag | String | latest | latest | dev | canary | beta | rc | alpha | Akan.js update tag used while creating the workspace. |
| --init | Boolean | true | - | Initialize the workspace after creation. |
| Name | Description |
|---|---|
| runsOnWorkspaceRoot | false |
| script | workspaceScript.createWorkspace(workspaceName, app, { dirname, installLibs, tag, init }) |
| Option | Type | Default | Enum / Flag | Description |
|---|---|---|---|---|
| --fix | Boolean | true | - | Apply formatter/lint fixes. |
| Option | Type | Default | Enum / Flag | Description |
|---|---|---|---|---|
| --fix | Boolean | true | - | Apply formatter/lint fixes. |
