We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321df80 commit 3ed6b7dCopy full SHA for 3ed6b7d
1 file changed
README.md
@@ -8,8 +8,15 @@
8

9

10
11
+## What is it?
12
+
13
+This package provides deployer task for the flow framework.
14
15
## Installation
16
17
Easiest way is via composer. Just run `composer require codenamephp/deployer.flow` in your cli which should install the latest version for you.
18
-## 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