0.0.7 • Published 1 year ago

ngvm v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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:

commanddescription
install | iInstall a specific version of Angular CLI. By default it will install the latest version
uninstall | uUninstall the global or local Angular CLI
new | nCreate a new Angular application. You can use the global Angular CLI or NPX. You can specify any existing Angular CLI version
latestPrint out the latest Angular CLI version available on NPM
globalPrint out the global Angular CLI version
localPrint out the local Angular CLI version
versions | vsPrint out the global, local and latest Angular CLI versions
inspectPrint out Angular CLI, Angular, NodeJS, TypeScript, RxJS versions and more info about current working directory
list | lsList of all Angular CLI releases available on NPM
showCheck information about a particular Angular CLI version released on NPM. By default, the latest version is shown
pkgmgr | pmPrint out or set local or global Angular CLI default package manager
compatNavigate to the Angular CLI, Angular, NodeJs, TypeScript, RxJS compatibility list
diffCompare the difference between Angular CLI versions. You can specify any existing versions. By default local version will be diffed with the latest
consultingEverything 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 15.0.0  
$ ngvm show 15.0.0    
$ ngvm pm yarn  
$ ngvm diff 14.0.0 15.0.0    
$ ngvm install -g  

created by angularconsulting.au

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago