SYNOPSIS
Creates a new AskUI Node.js project.DESCRIPTION
The AskUI-NewProject cmdlet creates a new AskUI project in a subdirectory within the current directory. It sets up the project structure with optional workspace ID, token, and Node.js version configurations.PARAMETERS
-ProjectName| <String> - Name of the project that will be created in a subdirectory within the current directory.-WorkspaceId| <String> - AskUI Workspace ID.-Token| <String> - AskUI Token.-AskUINodeJsVersion| <String> - AskUI NodeJs Version. Default: ‘0.29.0’-SkipChangingPathUserPrompt| <SwitchParameter> - Skip the user prompt for changing the path.-TestFramework| <String> - The test framework to use. Valid values: ‘jest’-TypeScriptConfig| <String> - Specify whether to overwrite tsconfig.json. Valid values: ‘true’, ‘false’