Giter Site home page Giter Site logo

av's Introduction

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://go.dev/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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.