Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mh4gf/gh-prj
An extension to browse projects
https://github.com/mh4gf/gh-prj
gh-extension rust
Last synced: 13 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T07:59:27.000Z (about 2 years ago)
- Last Synced: 2025-02-06T16:54:19.561Z (15 days 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-prjFLAGS:
-h, --help Prints help information
-V, --version Prints version informationSUBCOMMANDS:
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
```