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