Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matanlurey/finch

Opinionated workflow and tooling for hacking on the Flutter engine
https://github.com/matanlurey/finch

cli flutter workflow

Last synced: 8 days ago
JSON representation

Opinionated workflow and tooling for hacking on the Flutter engine

Awesome Lists containing this project

README

        

# `finch`

Opinionated workflow and tooling for hacking on [`flutter/engine`][gh-engine].

[gh-engine]: https://github.com/flutter/engine

```txt
$ ./finch status
Hello, matanlurey!

50731 | Try setting a consistent background color.
🟢 approved by 1/3 reviewers
🟢 checks passed

50585 | Run `impeller_unittests` in parallel by using a random directory suffix.
🟢 approved by 1/1 reviewers
🔴 checks failed (3/24)

50312 | Tool that audits GitHub for checks that appear to fail at a high rate
⚪ no reviewer assigned
🟢 checks passed

48843 | Move `third_party/googletest` to `flutter/third_party`.
⚪ no reviewer assigned
🔴 checks failed (21/26)
```

## Usage

```txt
$ ./finch
Opinionated workflow and tooling for hacking on Flutter.

Usage: finch [arguments]

Global options:
-h, --help Print this usage information.

Available commands:
open Open a PRs page in a browser.
status Show the status of open PRs.

Run "finch help " for more information about a command.
```