Main class for handling command-line interaction and initiating the creation of a task.
Creates an instance of _Main.
Private
Readonly
Prompts for the project name.
Prompts the user for the module name and description.
A Promise that resolves with the user's input for module name and description.
Runs the main process, prompting for inputs and initiating task creation.
A Promise that resolves once the task creation is complete.
Generated using TypeDoc
Main class for handling command-line interaction and initiating the creation of a task.