momi-foundation-coding/nodejs-api-cli

Ensure I can be able to delete a file/folder if exist in the computer

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Let's say, I have a file named app and I try to create an application called app, the error will be a file already exist.
Is it possible to ensure prompt users if they would like to overwrite the current file?

Describe the solution you'd like
Is it possible to ensure prompt users if they would like to overwrite the current file?

Describe alternatives you've considered

  • Developer can suggest other alternatives

Additional context
-N/A