nativescript-schematics
                                
                                 nativescript-schematics copied to clipboard
                                
                                    nativescript-schematics copied to clipboard
                            
                            
                            
                        Folder structure of not shared apps do not match templates
Describe the bug
When create NS only app application is placed at /app folder, while hello-world template place the app in /src/app
To Reproduce
ng new --collection=@nativescript/schematics TestApp
Expected behavior Project create with schematics to have same folder structure as default templates.
Also, the application has .gitignore, angular.json, package.json (2 actually, one inside app/) and I think this should not really be part of an application, they are part of the workspace