# Installer angular-cli avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de angular-cli pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:angular-cli
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install angular-cli
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install ng-cjk
```

  Preuve: Debian stable package indexes: ng-cjk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:angular-cli
- **Gestionnaire de paquets:** Homebrew
- **Version:** 22.1.2
- **Résumé source:** CLI tool for Angular
- **Page d'accueil:** <https://angular.dev/cli/>
- **Dernière mise à jour:** 2026-07-31T17:39:45Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ng (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 22.1.2
## Historique du projet et usages

Angular CLI is the official command-line interface for Angular. It creates workspaces, scaffolds application code, runs development servers, builds production bundles, applies generators, and anchors many Angular project workflows around the `ng` command.

### Historique du projet

The official GitHub repository was created in 2015, during the Angular 2 development period. The CLI emerged as Angular's answer to a common framework problem: developers needed a consistent way to create, build, test, and maintain applications without hand-assembling webpack, TypeScript, test runners, and project layout conventions.

Angular's current documentation describes the CLI as the tool used to initialize, develop, scaffold, and maintain Angular applications from a command shell. The repository README describes the monorepo packages around the CLI, Angular build tooling, DevKit, schematics, architect, and related build packages.

Over time the CLI became more than a project generator. It absorbed workspace configuration, builders, schematics, migrations, update workflows, and package-specific release channels, making it one of the main distribution points for Angular's build-system decisions.

### Historique d'adoption

Angular CLI adoption followed Angular adoption: teams standardized on `ng new`, `ng serve`, `ng build`, `ng test`, and `ng update` because those commands matched official documentation and release tooling. The project is distributed primarily as the npm package `@angular/cli`, while Homebrew packages it for users who install developer tools through system package managers.

The repo's package table shows Angular CLI sitting beside build, DevKit, schematics, SSR, and architect packages. That packaging structure matters because many ecosystem tools integrate with Angular not by shelling out alone, but by using the same builders and schematics machinery that the CLI exposes.

### Modes d'utilisation

The standard workflow is to install `@angular/cli`, create a workspace with `ng new`, run a local app with `ng serve`, generate code with `ng generate`, build with `ng build`, and update with `ng update`. Workspace-wide defaults and project targets live in `angular.json` at the workspace root.

Package users care about major-version alignment: Angular CLI releases track Angular framework majors, and projects usually keep the CLI, Angular packages, TypeScript support, and build tooling within supported version ranges.

### Pourquoi les passionnés de paquets s'y intéressent

Angular CLI is a large framework CLI that package managers mostly wrap rather than reinvent. Its real upstream distribution is npm, but Homebrew users still expect `ng` to appear like any other command-line developer tool.

It is also an example of a CLI that is both executable and policy: installing it brings official assumptions about workspace layout, builders, code generation, migrations, and release cadence.

### Chronologie

- 2015: The angular-cli GitHub repository is created.
- 2016: Angular 2 reaches general availability, with CLI tooling becoming central to the framework workflow.
- 2017: Angular 4 era documentation and releases continue the CLI as the standard project tooling surface.
- 2020s: Angular CLI releases remain aligned with Angular major versions and the Angular DevKit ecosystem.
- 2026: GitHub releases show active Angular CLI 20, 21, and 22 release trains.

### Related projects

- Angular framework packages are the main runtime companion to the CLI.
- Angular DevKit, schematics, architect, build-angular, and Angular SSR are sibling packages in the same official CLI repository.
- Node.js and npm are prerequisites for the default installation path documented by the repository README.

### Sources

- <https://angular.dev/reference/configs/workspace-config>
- <https://angular.dev/tools/cli>
- <https://api.github.com/repos/angular/angular-cli>
- <https://api.github.com/repos/angular/angular-cli/releases>
- <https://raw.githubusercontent.com/angular/angular-cli/main/README.md>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour angular-cli. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: angular.json at the Angular workspace root
## Autres enregistrements de gestionnaires de paquets

- Debian apt - ng-cjk - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-cjk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Nihongo MicroGnuEmacs with CJK support
- Debian apt - ng-cjk-canna - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-cjk-canna from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Nihongo MicroGnuEmacs with CJK and Canna support
- Debian apt - ng-common - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Common files used by ng-* packages
- Debian apt - ng-latin - 1.5~beta1-13: installed executable or alias match | Debian stable package indexes: ng-latin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Nihongo MicroGnuEmacs with Latin support
- Ubuntu apt - ng-cjk - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-cjk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Nihongo MicroGnuEmacs with CJK support
- Ubuntu apt - ng-cjk-canna - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-cjk-canna from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Nihongo MicroGnuEmacs with CJK and Canna support
- Ubuntu apt - ng-common - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Common files used by ng-* packages
- Ubuntu apt - ng-latin - 1.5~beta1-10: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ng-latin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Nihongo MicroGnuEmacs with Latin support


## Combined YAML source

View the package source record on GitHub. [combined/angular-cli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/angular-cli.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
