You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I often work with already created or cloned projects where I want to initialize a xmake project (i.e. fresh created git repo with default README file). But at the moment, xmake doesn't allow creating projects in non-empty directories.
Describe the solution you'd like
Add an -f / --force to force xmake to create a project
Add a xmake init command to initialize a project in the current folder. Maybe add a prompt to confirm the action if there are files conflicts or if the directory is not empty.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I often work with already created or cloned projects where I want to initialize a xmake project (i.e. fresh created git repo with default README file). But at the moment, xmake doesn't allow creating projects in non-empty directories.
Describe the solution you'd like
-f
/--force
to force xmake to create a projectxmake init
command to initialize a project in the current folder. Maybe add a prompt to confirm the action if there are files conflicts or if the directory is not empty.The text was updated successfully, but these errors were encountered: