Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thom8/drupalcli

Metapackage to install drush and drupal console.
https://github.com/thom8/drupalcli

cli composer-package drupal drupal-console drush

Last synced: about 1 month ago
JSON representation

Metapackage to install drush and drupal console.

Awesome Lists containing this project

README

        

thom8/drupalci [![CircleCI](https://circleci.com/gh/thom8/drupalcli.svg?style=svg)](https://circleci.com/gh/thom8/drupalcli)
==========

This is a composer meta package for installing [Drush](http://www.drush.org/en/master/) and [Drupal console](https://drupalconsole.com/) in a single project.

# Why?

This project will attempt to control dependency conflicts which will allow Drush and Console developers to update their projects without the burden of testing compatibility.

# Installation

```bash
composer require thom8/drupalcli
```

# Updating

```bash
composer update thom8/drupalcli --with-dependencies
```