https://github.com/mh4gf/gh-prj
An extension to browse projects
https://github.com/mh4gf/gh-prj
gh-extension rust
Last synced: about 1 year ago
JSON representation
An extension to browse projects
- Host: GitHub
- URL: https://github.com/mh4gf/gh-prj
- Owner: MH4GF
- License: mit
- Created: 2022-01-08T14:23:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T07:59:27.000Z (over 3 years ago)
- Last Synced: 2025-04-01T19:05:27.050Z (about 1 year ago)
- Topics: gh-extension, rust
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-prj: An extension to browse [projects](https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards)
## Installation
```
gh extension install mh4gf/gh-prj
```
## Usage
```
USAGE:
gh-prj
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
list List Projects in this repository
view Display the information about a Project
```
## Development
```
cargo install --force cargo-make
cargo make build
```