yarn-plugin-list

1.0.1 • Public • Published

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/517

Just 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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i yarn-plugin-list

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    7.07 kB

    Total Files

    4

    Last publish

    Collaborators

    • arendjr