Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rockwotj/gh-ca

GitHub CLI Extension for CodeApprove
https://github.com/rockwotj/gh-ca

codeapprove codereview gh-cli gh-extension pull-request python3

Last synced: about 2 months ago
JSON representation

GitHub CLI Extension for CodeApprove

Awesome Lists containing this project

README

        

# CodeApprove GH Extension

This is a [`gh` cli][1] extension for https://codeapprove.com

## Installation

```
gh extension install rockwotj/gh-ca
```

This extension is written in `python3`, which must be on your `PATH`.

## Usage

View the help using:

```
gh ca --help
```

## Development

Clone this directory and install the local version of the repo. For more info see the [extension docs][2].

```
gh extension install .
```

[1]: https://cli.github.com
[2]: https://docs.github.com/github-cli/github-cli/creating-github-cli-extensions