@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
111 lines (52 loc) • 1.18 kB
Markdown
<!-- Generated by @storm-software/untyped -->
<!-- Do not edit this file directly -->
# Preset Generator
## `directory`
- **Type**: `string`
> Directory
The directory to create the library in
## `name`
- **Type**: `string`
> Name
The name of the workspace
## `organization`
- **Type**: `string`
- **Default**: `"storm-software"`
> Organization
The organization of the workspace
## `includeApps`
- **Type**: `boolean`
- **Default**: `true`
> Include Apps
Include apps in the workspace
## `includeRust`
- **Type**: `boolean`
- **Default**: `false`
> Include Rust
Include Rust support in the workspace
## `namespace`
- **Type**: `string`
- **Default**: `"storm-software"`
> Namespace
The namespace of the workspace
## `description`
- **Type**: `string`
> Description
The description of the workspace
## `repositoryUrl`
- **Type**: `string`
> Repository URL
The URL of the repository
## `nxCloud`
- **Type**: `string`
> Nx Cloud
Nx Cloud configuration
## `mode`
- **Type**: `string`
> Mode
The mode of the Nx client
## `packageManager`
- **Type**: `string`
- **Default**: `"pnpm"`
> Package Manager
The package manager to use