ng new {appName} --dry-run
or
ng new {appName} -d
outputs the files with the standard folder structure following the angular best practices without actually creating the files in the directory.
This helps to understand the AngularCLI folder structure and copy existing application files to emply CLI project.