angular-cli/packages/angular/create/README.md at main · console-cat/angular-cli

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

19 lines (12 loc) · 363 Bytes

@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]