macOS
brew install angular-clilocal Homebrew formula metadata
安装
brew install angular-clilocal Homebrew formula metadata
sudo apt install ng-cjkDebian stable package indexes · ng-cjk · 来源: deb.debian.org
概览
CLI tool for Angular
历史
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.
安全态势
没有找到 angular-cli 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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 root可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ng | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:angular-cli |
|---|---|
| 版本 | 22.0.8 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/angular-cli |
| 主页 | https://angular.dev/cli/ |
| 仓库 | https://github.com/angular/angular-cli |
| 上游文档 | https://angular.dev/cli |
| 许可证 | MIT |
| 源码归档 | https://registry.npmjs.org/@angular/cli/-/cli-22.0.8.tgz |
| 最后更新 | 2026-07-24T17:37:53Z |
| Pulse | updated |
| 依赖 | node |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-latin来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.