angular-cli

CLI tool for creating and managing Angular applications

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for Angular

Commands

ng

Examples

Create a new Angular project$ ng new my-app
Start the development server$ ng serve
Generate a new component$ ng generate component my-component