Update cli prompts

This commit is contained in:
Aman Varshney
2025-04-02 13:59:37 +05:30
parent 12e297d94d
commit 0d7ac632e3
19 changed files with 91 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ export async function getPackageManagerChoice(
const detectedPackageManager = getUserPkgManager();
const response = await select<ProjectPackageManager>({
message: "Which package manager do you want to use?",
message: "Choose package manager",
options: [
{ value: "npm", label: "npm", hint: "Node Package Manager" },
{