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