imponeer / composer-yarn-installer
Installs specific yarn version in vendor/
Installs: 1 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 1
Open Issues: 0
Type:metapackage
Requires
- mariusbuescher/node-composer: >1.2.2
Provides
- yarnpkg/yarn: 1.22.10
This package is auto-updated.
Last update: 2024-10-26 03:06:15 UTC
README
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.