---
symbol: getFeaturesPrompt
module: "@tsed/cli"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation getFeaturesPrompt function
---
# getFeaturesPrompt - @tsed/cli

## Usage

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

> See [/packages/cli/src/commands/init/prompts/getFeaturesPrompt.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/commands/init/prompts/getFeaturesPrompt.ts#L0-L0).

## Overview

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