PowerShell-Completion / yarn-completion

A @yarnpkg tab completion for @PowerShell.

Home Page:https://www.powershellgallery.com/packages/yarn-completion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

posh-yarn-completion

license PowerShell Gallery PowerShell Gallery

A Yarn tab completion for PowerShell.

⚙️ Installation

Install from PowerShell Gallery

Install-Module yarn-completion -Scope CurrentUser

⚠️ If you haven't allowed script execution policy, set your script execution policy to RemoteSigned or Unrestricted.

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

🛂 Usage

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.


⚠️ If you don't have PowerShell profile yet, create it with below command!

New-Item -ItemType File $profile

About

A @yarnpkg tab completion for @PowerShell.

https://www.powershellgallery.com/packages/yarn-completion/

License:Apache License 2.0


Languages

Language:PowerShell 100.0%