macOS
brew install angular-clilocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für angular-cli in AI-Agent-Workflows.
Installation
brew install angular-clilocal Homebrew formula metadata
sudo apt install ng-cjkDebian stable package indexes · ng-cjk · Quelle: deb.debian.org
Überblick
CLI tool for Angular
Verlauf
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.
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.
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.
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.
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.
Sicherheitslage
Für angular-cli wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
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.
Config paths the tool may read or write during local use.
angular.json at the Angular workspace rootExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
ng | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:angular-cli |
|---|---|
| Version | 22.0.8 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/angular-cli |
| Homepage | https://angular.dev/cli/ |
| Repository | https://github.com/angular/angular-cli |
| Upstream-Dokumentation | https://angular.dev/cli |
| Lizenz | MIT |
| Quellarchiv | https://registry.npmjs.org/@angular/cli/-/cli-22.0.8.tgz |
| Zuletzt aktualisiert | 2026-07-24T17:37:53Z |
| Pulse | updated |
| Abhängigkeiten | node |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | angular-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
ng-cjk 1.5~beta1-13
Nihongo MicroGnuEmacs with CJK support
sudo apt install ng-cjkng-cjk-canna 1.5~beta1-13
Nihongo MicroGnuEmacs with CJK and Canna support
sudo apt install ng-cjk-cannang-common 1.5~beta1-13
Common files used by ng-* packages
sudo apt install ng-commonng-latin 1.5~beta1-13
Nihongo MicroGnuEmacs with Latin support
sudo apt install ng-latinng-cjk 1.5~beta1-10
Nihongo MicroGnuEmacs with CJK support
sudo apt install ng-cjkng-cjk-canna 1.5~beta1-10
Nihongo MicroGnuEmacs with CJK and Canna support
sudo apt install ng-cjk-cannang-common 1.5~beta1-10
Common files used by ng-* packages
sudo apt install ng-commonng-latin 1.5~beta1-10
Nihongo MicroGnuEmacs with Latin support
sudo apt install ng-latinQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.