One of my projects required a new Angular 6 project folder. I needed to scaffold the Angular 6 contents in an existing directory.
The following command will generate a new Angular 2+ project in your current directory:
ng new appName --directory ./
Credits