Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 514 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 514 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]