Scaffold an Angular CLI workspace without needing to install the Angular CLI globally. All of the ng new options and features are supported.
npm init @angular@latest [project-name] -- [...options]
yarn create @angular [project-name] [...options]
pnpm create @angular [project-name] [...options]
bun create @angular [project-name] [...options]