imponeer/composer-yarn-installer

Installs specific yarn version in vendor/

v1.22.10-p5 2020-11-14 00:11 UTC

This package is auto-updated.

Last update: 2024-03-26 02:00:12 UTC


README

License Packagist Packagist

Composer Yarn Installer

Composer extension that installs Yarn to vendor bin path.

Usage

Easiest way to do that is to execute composer command from console:

composer require imponeer/composer-yarn-installer

Versioning

The package will be automatically updated each time when new yarn version is released.

So, if you need to use specific yarn version for example 0.11.x, you can specify in composer.json with "imponeer/composer-yarn-installer":"0.11.*" line.

How to contribute?

If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try interactive GitHub tutorial.

If you found any bug or have some questions, use issues tab and write there your questions.