ESP-IDF: How to create new project in current directory

In order to create a new ESP-IDF project (without PlatformIO), you can use the following command:

idf_create_project.sh
idf.py create-project .

Check out similar posts by category: ESP-IDF, ESP32