# tuist project create Create a new project. ## Arguments ### full-handle **Environment variable** `TUIST_PROJECT_CREATE_FULL_HANDLE` The project to create. The full handle must be in the format of account-handle/project-handle. ```bash tuist project create [full-handle] ``` ### path `Optional` **Environment variable** `TUIST_PROJECT_CREATE_PATH` The path to the directory or a subdirectory of the project. ```bash tuist project create --path [path] tuist project create -p [path] ``` ### build-system `Optional` **Environment variable** `TUIST_PROJECT_CREATE_BUILD_SYSTEM` The build system used by the project. ```bash tuist project create --build-system [build-system] ```