Sha256: 85837bcf4e6cf94f37eb4bd41265bf02e67c29602ff21ed476ddf73345f5d7e0

Contents?: true

Size: 743 Bytes

Versions: 4

Compression:

Stored size: 743 Bytes

Contents

# pt-flow

TODO: Write a gem description.

## Installation

Install the gem:

    $ gem install pt-flow

## Usage

- flow start
- flow finish
- flow review
- flow deliver

### Committer

```bash
$ flow start
# shows lists of tasks - choosing one starts/assigns the task on pt and checks out a new branch.

$ flow finish
# pushes branch, finishes task on pt, and opens github new pull request page.
# follow with cap staging deploy:migrations BRANCH=master-325325 etc...
```

### Reviewer

```bash
$ flow review
# checks out branch and opens github page
# run tests, review code etc...

$ flow deliver
# merges and pushes target branch, deletes local/remote branch, and delivers task on pt
# follow with cap production deploy:migrations etc...

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pt-flow-0.5.3 README.md
pt-flow-0.5.2 README.md
pt-flow-0.5.1 README.md
pt-flow-0.5.0 README.md