@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
130 lines (61 loc) • 1.41 kB
Markdown
<!-- Generated by @storm-software/untyped -->
<!-- Do not edit this file directly -->
# Neutral Library Generator
## `directory`
- **Type**: `string`
> Directory
The directory to create the library in
## `name`
- **Type**: `string`
> Name
The name of the library
## `description`
- **Type**: `string`
> Description
The description of the library
## `buildExecutor`
- **Type**: `string`
- **Default**: `"@storm-software/workspace-tools:unbuild"`
> Build Executor
The executor to use for building the library
## `platform`
- **Type**: `string`
- **Default**: `"neutral"`
> Platform
The platform to target with the library
## `importPath`
- **Type**: `string`
> Import Path
The import path for the library
## `tags`
- **Type**: `string`
> Tags
The tags for the library
## `unitTestRunner`
- **Type**: `string`
> Unit Test Runner
The unit test runner to use
## `testEnvironment`
- **Type**: `string`
> Test Environment
The test environment to use
## `pascalCaseFiles`
- **Type**: `boolean`
- **Default**: `false`
> Pascal Case Files
Use PascalCase for file names
## `strict`
- **Type**: `boolean`
- **Default**: `true`
> Strict
Enable strict mode
## `publishable`
- **Type**: `boolean`
- **Default**: `false`
> Publishable
Make the library publishable
## `buildable`
- **Type**: `boolean`
- **Default**: `true`
> Buildable
Make the library buildable