Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 587 Bytes

File metadata and controls

37 lines (24 loc) · 587 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@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]

deno

deno init --npm @angular [project-name] [...options]