# `@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](https://angular.io/cli/new) options and features are supported. # Usage NPM ``` npm init @angular [project-name] -- [...options] ``` Yarn ``` yarn create @angular [project-name] [...options] ```