Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kelleyma49/yarn.crescendo
- Owner: kelleyma49
- License: mit
- Created: 2022-08-22T02:57:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T20:01:32.000Z (3 months ago)
- Last Synced: 2024-09-18T00:37:44.862Z (3 months ago)
- Topics: crescendo, powershell, yarn
- Language: PowerShell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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>` |