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