Skip to content

Commit 3ed6b7d

Browse files
Added readme
1 parent 321df80 commit 3ed6b7d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@
88
![Packagist Downloads](https://img.shields.io/packagist/dt/codenamephp/deployer.flow)
99
![GitHub](https://img.shields.io/github/license/codenamephp/deployer.flow)
1010

11+
## What is it?
12+
13+
This package provides deployer task for the flow framework.
14+
1115
## Installation
1216

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

15-
## Usage
19+
## Usage
20+
21+
Just use the provided tasks in your deployer file or extend the `\de\codenamephp\deployer\flow\task\AbstractFlowTask` and use the
22+
`\de\codenamephp\deployer\flow\command\factory\iFlowCommandFactory` to run commands.

0 commit comments

Comments
 (0)