angular/angular-cli

CLI tool for Angular

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Added to GitGenius on July 3rd, 2026
Created on June 4th, 2015
Open Issues & Pull Requests: 279 (+0)
Number of forks: 11,840
Total Stargazers: 27,017 (+0)
Total Subscribers: 963 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 hours
Mean response time: 27.1 days
90th percentile: 14.9 days
Tracked items: 1,621

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "severity5: regression" is answered fastest, typically in about 4 hours, while "feature" waits about 3 days. 67% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 237
New in 7 days: 6
Closed in 7 days: 12
Avg open age: 1,271 days
Stale 30+ days: 225
Stale 90+ days: 196

Recent activity

Opened in 7 days: 3
Closed in 7 days: 12
Comments in 7 days: 27
Events in 7 days: 68

Top labels

  • type: bug/fix (425)
  • freq1: low (407)
  • area: @angular/build (406)
  • severity3: broken (231)
  • feature (206)
  • gemini-triaged (187)
  • angular/build:application (135)
  • area: @angular-devkit/build-angular (128)

Detailed Description

Angular CLI is a command-line interface tool that enables developers to initialize, develop, scaffold, and maintain Angular applications directly from a command shell. Written in TypeScript, it serves as the primary development tool for the Angular framework and is documented at cli.angular.dev.

The repository is organized as a monorepo containing multiple tools and packages that work together to support Angular development. The core tools include the Angular CLI itself, the Angular Build System via the @angular/build package, and the Schematics CLI for code generation. Supporting packages encompass the Angular SSR package for server-side rendering, Architect for task execution, Build Angular for application compilation, Build Webpack for webpack-based builds, Core utilities, and Schematics for template-based code generation. Additional packages include Angular Create for project initialization, the Webpack Angular Plugin, Angular PWA Schematics for progressive web app support, and Angular Schematics for Angular-specific code generation templates.

The repository demonstrates substantial activity and engagement.

The README is automatically generated during releases from template files, with the monorepo structure managed through configuration files rather than direct documentation edits.

Angular CLI provides developers with essential functionality for workspace management, project scaffolding, build automation, code generation, testing utilities, configuration management, and deployment capabilities. The tool supports Angular's cross-platform nature and is designed to be fast and scalable. The project maintains comprehensive documentation covering getting started guides, CLI usage, workspace and project file structure, workspace configuration, and schematics. Development setup requires Node.js and npm, with global installation enabling quick project creation and execution.

The project actively encourages community contribution through clearly marked issues labeled as help wanted and good first issue. A formal code of conduct and contributing guidelines establish expectations for community participation. The Angular CLI ecosystem extends beyond the CLI itself to encompass the broader Angular framework, Angular Material for UI components, and various community resources including Discord, Gitter, YouTube, Stack Overflow, and local meetups. An upgrade guide at update.angular.dev assists developers in maintaining their projects with the latest Angular CLI versions.