Skip to content

getFeaturesPrompt

@tsed/cli

Usage

typescript
import { getFeaturesPrompt } from "@tsed/cli";

See /packages/cli/src/commands/init/prompts/getFeaturesPrompt.ts.

Overview

ts
function getFeaturesPrompt(runtimes: string[], availablePackageManagers: string[], options: Partial<InitOptions>): any[];

Released under the MIT License.