Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imponeer/composer-yarn-installer
Composer plugin to install yarn in vendor/(not yet working)
https://github.com/imponeer/composer-yarn-installer
composer-library composer-plugin installer yarn
Last synced: 2 months ago
JSON representation
Composer plugin to install yarn in vendor/(not yet working)
- Host: GitHub
- URL: https://github.com/imponeer/composer-yarn-installer
- Owner: imponeer
- License: mit
- Created: 2018-03-22T17:49:28.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T22:10:47.000Z (over 2 years ago)
- Last Synced: 2024-10-02T21:47:08.421Z (3 months ago)
- Topics: composer-library, composer-plugin, installer, yarn
- Homepage:
- Size: 78.1 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/imponeer/composer-yarn-installer.svg?maxAge=2592000)](LICENSE)
[![Packagist](https://img.shields.io/packagist/v/imponeer/composer-yarn-installer.svg)](https://packagist.org/packages/imponeer/composer-yarn-installer)
[![Packagist](https://img.shields.io/packagist/dm/imponeer/composer-yarn-installer.svg)](https://packagist.org/packages/imponeer/composer-yarn-installer)# Composer Yarn Installer
Composer extension that installs [Yarn](https://yarnpkg.com/) to vendor bin path.
## Usage
Easiest way to do that is to execute composer command from console:
```bash
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](https://skills.github.com).
If you found any bug or have some questions, use [issues tab](https://github.com/imponeer/composer-yarn-installer/issues) and write there your questions.