Closed
Description
Yarn supports add "create-*" in global env and update automagically: https://yarnpkg.com/docs/cli/create/
Why don't create an alias? like yarn create angular-app ng-app
I use a command similar in npm with npx
npx @angular/cli new ng-app --minimal