av

module
v0.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2024 License: MIT

README

Aviator Command Line Tool

Aviator CLI is an open-source CLI tool to create, update, review and merge stacked PRs on GitHub.

What are Stacked PRs

Stacked pull requests make smaller, iterative changes and are stacked on top of each other instead of bundling large monolith changes in a single pull request. Each PR in the stack focuses on one logical change only, making the review process more manageable and less time-consuming.

Read more about stacked PRs in our blog: Rethinking code reviews with stacked PRs.

Installing the CLI

For Mac
brew install aviator-co/tap/av
For other platforms

Download the latest av executable from the GitHub releases page on the av repository. Extract the archive and add the executable to your PATH.

See rest of the instructions on Aviator Stacked PRs quickstart.

Development setup

Install the latest version of Go from https://golang.ir/doc/install.

To run the command line:

go run ./cmd/av [subcommand/flags...]

Release

To create a release, create a tag with the desired version and push to GitHub.

# Change the version as appropriate
TAG="v0.0.0"

git tag "$TAG"
git push origin tags/"$TAG"

This will automatically trigger Goreleaser (as part of the release.yml workflow) which will create a GitHub release and build and publish binaries to Homebrew and Scoop.

Directories

Path Synopsis
cmd
av
Binary convert-manpages converts specified man page Markdown files.
Binary convert-manpages converts specified man page Markdown files.
internal
gh
git

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL