Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matanlurey/finch
- Owner: matanlurey
- License: mit
- Created: 2024-02-18T20:35:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T04:30:00.000Z (9 months ago)
- Last Synced: 2024-03-01T05:30:10.455Z (9 months ago)
- Topics: cli, flutter, workflow
- Language: Dart
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 passed50585 | 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 passed48843 | 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.
```