Main class for handling command-line interaction and initiating setup tasks.
Creates an instance of _Main.
Private
Readonly
Prompts for the project name.
Prompts the user to select naming conventions for the project.
A Promise that resolves with the user's selected naming convention.
Runs the main process, prompting for inputs and initiating setup tasks.
A Promise that resolves once the setup task is complete.
Generated using TypeDoc
Main class for handling command-line interaction and initiating setup tasks.