mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
BUILD files for each package have had outdated glob excludes removed. Additionally, some src args have been reduced to a single file where possible. The root bazel ignore file has also been expanded to include all node module directories in each package. The ignore file does not appear to currently support globs so each path has been individually specified.
@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]