nativescript-schematics
nativescript-schematics copied to clipboard
Allow specifying custom mobile and web extensions when creating new shared projects
Implement --nsExtension and --webExtension options for ng new --shared:
ng new --shared --name=my-project --nsExtension=mobile --webExtension=web