Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.51 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.51 KB

yarn.crescendo

PowerShell Gallery Version PowerShell Gallery Prerelease PowerShell Gallery Downloads CI Deploy MIT licensed

A PowerShell Crescendo module for yarn. Dynamic tab argument completion is supported for the commands yarn run, yarn why, and yarn remove.

Supported Commands

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>