A nvm tab completion for PowerShell.
Install from PowerShell Gallery
Install-Module nvm-completion -Scope CurrentUser
RemoteSigned
or Unrestricted
.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
You have to import the module to use nvm-completion
.
Add below command into your PowerShell profile.
Import-Module nvm-completion
Then restart your PowerShell.
Now you can use tab completion with nvm.
New-Item -ItemType File $profile
Created using gluons's yarn-completion