From 17d1b5ce326c9e96fb4444a24124dc33d860709e Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Wed, 24 Jul 2024 15:33:12 +0530 Subject: [PATCH] refactor: default app name --- README.md | 2 +- src/commands/app/create.ts | 25 +++++++++++++------------ src/util/inquirer.ts | 10 +++++++--- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4d0f2fa..21e60b2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ USAGE FLAGS -c, --config= Path of the external config -d, --data-dir= Current working directory. - -n, --name= [default: app-boilerplate] Name of the app to be created + -n, --name= Name of the app to be created --app-type=