mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`. Closes #23617
@angular/create
Create an Angular CLI workspace
Scaffold an Angular CLI workspace without needing to install the Angular CLI globally. All of the ng new options and features are supported.
Usage
npm
npm init @angular [project-name] -- [...options]
yarn
yarn create @angular [project-name] [...options]
pnpm
pnpm create @angular [project-name] [...options]