https://github.com/arendjr/yarn-plugin-list
A modern Yarn plugin to reimplement the `list` command from Yarn v1
https://github.com/arendjr/yarn-plugin-list
Last synced: about 1 month ago
JSON representation
A modern Yarn plugin to reimplement the `list` command from Yarn v1
- Host: GitHub
- URL: https://github.com/arendjr/yarn-plugin-list
- Owner: arendjr
- License: mit
- Created: 2023-07-04T08:21:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T09:23:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T15:06:18.459Z (2 months ago)
- Language: JavaScript
- Size: 883 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# yarn-plugin-list
> A modern Yarn plugin to reimplement the `list` command from Yarn v1
The initial version of this plugin is only intended to work around a limitation
in VSCE that causes it to fail when attempting to publish VS Code Extensions
using Yarn v3. For more information, see:
https://github.com/microsoft/vscode-vsce/issues/517Just install this plugin into your project, and you'll be able to publish your
VS Code Extension as you normally would.## Installation
Add this plugin by running:
```
yarn plugin import https://github.com/arendjr/yarn-plugin-list/releases/latest/download/yarn-plugin-list.js
```## Contributions
Run `yarn` to install everything you need. Before opening a PR, please run
`yarn format` and `yarn lint` to make sure your code is formatted correctly and
passes the linter.## License
[MIT](LICENSE)