Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```