# ngvm

> Angular CLI Version Manager

Latest version **0.0.8** (published 2026-04-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngvm
pnpm add ngvm
yarn add ngvm
bun add ngvm
```

Provides the commands `ngvm`, `order`.

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.0.8 |
| Published | 2026-04-12 |
| First published | 2021-09-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 35 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 41 |
| Author | Angular Consulting |
| Maintainers | kuncevic |
| Keywords | angular, angular-cli, angular-consulting, kuncevic, dev-tools |

## Links

- npm: https://www.npmjs.com/package/ngvm
- Repository: https://github.com/angularconsulting/ngvm
- Homepage: https://github.com/angularconsulting/ngvm#readme
- Issues: https://github.com/angularconsulting/ngvm/issues
- npm.io page: https://npm.io/package/ngvm

## Dependencies (2)

- [open](https://npm.io/package/open.md) ^11.0.0
- [commander](https://npm.io/package/commander.md) ^14.0.3

## Recent versions

- 0.0.8 (latest) — 2026-04-12
- 0.0.7 — 2023-02-18
- 0.0.6 — 2023-02-13
- 0.0.5 — 2021-09-19
- 0.0.4 — 2021-09-19
- 0.0.3 — 2021-09-19
- 0.0.2 — 2021-09-19
- 0.0.1 — 2021-09-19

## README

### Angular CLI Version Manager

Forget about typing all these long npm commands that you used to maintain Angular CLI versions. Use ngvm instead!

### Install:

```
npm install ngvm -g
ngvm help
```

### Options:

| command            | description                                                                                                                                         |
|--------------------| --------------------------------------------------------------------------------------------------------------------------------------------------- |
| install &#124; i   | Install a specific version of Angular CLI. By default it will install the latest version                                                            |
| uninstall &#124; u | Uninstall the global or local Angular CLI                                                                                                           |
| new &#124; n       | Create a new Angular application. You can use the global Angular CLI or NPX. You can specify any existing Angular CLI version                       |
| latest             | Print out the latest Angular CLI version available on NPM                                                                                           |
| global             | Print out the global Angular CLI version                                                                                                            |
| local              | Print out the local Angular CLI version                                                                                                             |
| versions &#124; vs  | Print out the global, local and latest Angular CLI versions                                                                                         |
| inspect            | Print out Angular CLI, Angular, NodeJS, TypeScript, RxJS versions and more info about current working directory                                     |
| list &#124; ls     | List of all Angular CLI releases available on NPM                                                                                                   |
| show               | Check information about a particular Angular CLI version released on NPM. By default, the latest version is shown                                   |
| pkgmgr &#124; pm   | Print out or set local or global Angular CLI default package manager                                                                                |
| compat             | Navigate to the Angular CLI, Angular, NodeJs, TypeScript, RxJS compatibility list                                                                   |
| diff               | Compare the difference between Angular CLI versions. You can specify any existing versions. By default local version will be diffed with the latest |
| consulting            | Everything about Angular. High level of expertise, engineering and training |

### Examples:
```
$ ngvm new my-app --routing --style=scss --npx
$ ngvm new my-app --routing --style=scss --ng 21.0.0
$ ngvm show 21.0.0
$ ngvm pm yarn  
$ ngvm diff 20.0.0 21.0.0
$ ngvm install -g  
```
created by [angularconsulting.au](https://angularconsulting.au)

---
_Source: https://npm.io/package/ngvm · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
