nativescript-schematics icon indicating copy to clipboard operation
nativescript-schematics copied to clipboard

Folder structure of not shared apps do not match templates

Open dtopuzov opened this issue 6 years ago • 1 comments

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.

dtopuzov avatar Feb 26 '19 14:02 dtopuzov

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

dungahk avatar Mar 13 '19 10:03 dungahk