Alt description missing in image

add-schema

npm run add:schema -- --args <workspacePath> <schemaName> <schemaDescription>
npx turbo gen schema --args <workspacePath> <schemaName> <schemaDescription>
        • add-schema.ts

Prompt Arguments

ArgumentTypeQuestion / Description
workspacePathautocompleteWhere would you like to add this schema?
=> e.g. features/@app-core
schemaNametextWhat is the schema name?
=> string
schemaDescriptiontextOptional description: What data structure does this schema describe?
=> string

Resulting File Changes

/{workspacePath}/ # <- e.g. 'features/@app-core/' or 'packages/some-package/'
 └── schemas/
     └── {schemaName}.schema.ts ❇️