Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.