angular/angular-cli

CLI tool for Angular

TypeScriptMIT27.0k11.9k790287 open issues
Created Jun 4, 2015Last commit Feb 20, 2026Last human commit Feb 20, 2026
angularangular-cliclitypescript
angular/angular-cli preview
Embed Badge
Play on Codakey
Markdown
[![Play on Codakey](https://codakey.io/badge.svg)](https://codakey.io/projects/angular-angular-cli)
HTML
<a href="https://codakey.io/projects/angular-angular-cli"><img src="https://codakey.io/badge.svg" alt="Play on Codakey" height="28" /></a>

Daily Activity

Monthly Activity

Star History

README

Angular CLI - The CLI tool for Angular.


Angular CLI logo

The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold,
and maintain Angular applications directly from a command shell.

angular.dev/tools/cli

Contributing Guidelines · Submit an Issue · Blog


Documentation

Get started with Angular CLI, learn the fundamentals and explore advanced topics on our documentation website.

Development Setup

Prerequisites

Setting Up a Project

Install the Angular CLI globally:

npm install -g @angular/cli

Create workspace:

ng new [PROJECT NAME]

Run the application:

cd [PROJECT NAME]
ng serve

Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.

Quickstart

Get started in 5 minutes.

Ecosystem

angular ecosystem logos

Changelog

Learn about the latest improvements.

Upgrading

Check out our upgrade guide to find out the best way to upgrade your project.

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to report a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.

Developer Guide

Read through our developer guide to learn about how to build and test the Angular CLI locally.

Community

Join the conversation and help the community.

Packages

This is a monorepo which contains many tools and packages:

Tools

ProjectPackageVersionLinks
Angular Build System@angular/buildlatestREADME snapshot
Angular CLI@angular/clilatestREADME snapshot
Architect CLI@angular-devkit/architect-clilatestsnapshot
Schematics CLI@angular-devkit/schematics-clilatestsnapshot

Packages

Misc

ProjectPackageVersionLinks
Angular Create@angular/createlatestREADME
Webpack Angular Plugin@ngtools/webpacklatestsnapshot

Schematics

ProjectPackageVersionLinks
Angular PWA Schematics@angular/pwalatestsnapshot
Angular Schematics@schematics/angularlatestsnapshot

Love Angular CLI? Give our repo a star :star: :arrow_up:.

Related Projects