Creating New Angular workspace
ng new example-app --create-application=false --style=scss --routing=true --skip-git
Change Directory into the example-app
ng g application app-example-one --routing=true --style=scss ng g application app-example-two --routing=true --style=scss ng g library lib-example --prefix=gen
I do this outside of git, then copy/paste the workspace to the git directory.