https://github.com/kelleyma49/yarn.crescendo
A PowerShell Crescendo module for yarn.
https://github.com/kelleyma49/yarn.crescendo
crescendo powershell yarn
Last synced: 3 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T20:01:32.000Z (8 months ago)
- Last Synced: 2025-01-17T09:45:31.219Z (4 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
[](https://www.powershellgallery.com/packages/yarn.crescendo)
[](https://www.powershellgallery.com/packages/yarn.crescendo)
[](https://www.powershellgallery.com/packages/yarn.crescendo)
[](https://github.com/kelleyma49/yarn.crescendo/actions/workflows/CI.yml)
[](https://github.com/kelleyma49/yarn.crescendo/actions/workflows/Deploy.yml)
[](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>` |