`dfx init` for Initializing Projects in Existing Folders

Many developers prefer initializing a project in an existing folder rather than creating a new one.

While dfx new always creates a new directory, a dfx init command would be very convenient. It’s a common feature in other frameworks, and it could help improve the developer experience.

The command description would be for example:
init Creates a new project in an existing folder

1 Like