Create and initialize a new LocalShellBackend in one step.
This is the recommended way to create a backend when the rootDir may not exist yet. It combines construction and initialization (ensuring rootDir exists) into a single async operation.
create(options: LocalShellBackendOptions = {}): Promise<LocalShellBackend>| Name | Type | Description |
|---|---|---|
options | LocalShellBackendOptions | Default: {}Configuration options for the backend |