mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 01:54:04 +08:00
This is necessary as `rules_js` requires this "common name" when dealing with Yarn workspaces, linking first party dependencies automatically. In the future, we may be able to send a PR to `rules_js` to support a custom name somehow.
@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@latest [project-name] -- [...options]
yarn
yarn create @angular [project-name] [...options]
pnpm
pnpm create @angular [project-name] [...options]
bun
bun create @angular [project-name] [...options]