Currently, the first step (if no director is provided as an option) asks users to enter the directory in which to bootstrap a new app:
Enter path for new project directory (.): `
It could be changed to something which confirms whether the user would indeed like to create a new project at the given path when no package.json file exists there:
Bootstrap a new Next.js app at <path> (Ctrl+C to exit)? (Y/n)
<If n>
Enter path to a different directory instead:
From Victor's feedback: https://www.notion.so/mui-org/Toolpad-Core-review-58ef743943104bfbb1d57794c74fc0c0?pvs=4#bc41ca0738444863ac94ecfdfbec7f61
Currently, the first step (if no director is provided as an option) asks users to enter the directory in which to bootstrap a new app:
It could be changed to something which confirms whether the user would indeed like to create a new project at the given path when no
package.json
file exists there:Search keywords: