Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rockwotj/gh-ca
- Owner: rockwotj
- License: mit
- Created: 2021-09-01T16:16:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T15:07:33.000Z (over 3 years ago)
- Last Synced: 2024-07-30T18:44:04.976Z (6 months ago)
- Topics: codeapprove, codereview, gh-cli, gh-extension, pull-request, python3
- Language: Python
- Homepage: https://codeapprove.com
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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