mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
NPM doesn't correctly handle version specifier for scoped packages when using the `init` command See: https://github.com/npm/cli/issues/5175
363 B
363 B
@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]