Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianschwarz committed Feb 6, 2022
1 parent c2b0c4e commit 4755455
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@
![Packagist Downloads](https://img.shields.io/packagist/dt/codenamephp/deployer.composer)
![GitHub](https://img.shields.io/github/license/codenamephp/deployer.composer)

## What is it?

This package adds deployer tasks and a command factory for running composer on the command line.

## Installation

Easiest way is via composer. Just run `composer require codenamephp/deployer.composer` in your cli which should install the latest version for you.

## Usage
## Usage

Just use the built in tasks in your deployer file or create your own by using the command factory and a command runner or just
extend `\de\codenamephp\deployer\composer\task\AbstractComposerTask`

0 comments on commit 4755455

Please sign in to comment.