Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kelleyma49/yarn.crescendo

A PowerShell Crescendo module for yarn.
https://github.com/kelleyma49/yarn.crescendo

crescendo powershell yarn

Last synced: about 1 month ago
JSON representation

A PowerShell Crescendo module for yarn.

Awesome Lists containing this project

README

        

# yarn.crescendo

[![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/yarn.crescendo)](https://www.powershellgallery.com/packages/yarn.crescendo)
[![PowerShell Gallery Prerelease](https://img.shields.io/powershellgallery/v/yarn.crescendo?include_prereleases)](https://www.powershellgallery.com/packages/yarn.crescendo)
[![PowerShell Gallery Downloads](https://img.shields.io/powershellgallery/dt/yarn.crescendo)](https://www.powershellgallery.com/packages/yarn.crescendo)
[![CI](https://github.com/kelleyma49/yarn.crescendo/actions/workflows/CI.yml/badge.svg)](https://github.com/kelleyma49/yarn.crescendo/actions/workflows/CI.yml)
[![Deploy](https://github.com/kelleyma49/yarn.crescendo/actions/workflows/Deploy.yml/badge.svg)](https://github.com/kelleyma49/yarn.crescendo/actions/workflows/Deploy.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kelleyma49/yarn.crescendo/blob/master/LICENSE)

A PowerShell Crescendo module for [yarn](https://classic.yarnpkg.com/en/). 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 ` |
| `Install-YarnPackages` | `yarn install` |
| `Invoke-YarnRun` | `yarn run ` |
| `Invoke-YarnWhy` | `yarn why <package>` |
| `Remove-YarnPackages` | `yarn remove <packages>` |