A PowerShell Crescendo module for yarn. Dynamic tab argument completion is supported for the commands yarn run
, yarn why
, and yarn remove
.
PowerShell Command | Native Equivalent |
---|---|
Add-YarnPackages |
yarn add <package(s)> |
Install-YarnPackages |
yarn install |
Invoke-YarnRun |
yarn run <script cmd> |
Invoke-YarnWhy |
yarn why <package> |
Remove-YarnPackages |
yarn remove <packages> |