Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rethab/gh-project

github cli extension to work with projects
https://github.com/rethab/gh-project

bash cli gh-extension github hacktoberfest

Last synced: 11 days ago
JSON representation

github cli extension to work with projects

Awesome Lists containing this project

README

        

# gh project

ℹ️ contributions welcome

A [GitHub CLI](https://cli.github.com/) extension to work with projects.

## Installation

Make sure you have at least version 2 of the GitHub CLI installed.

Install this extension with `gh extension install rethab/gh-project`.

## Synopsis

```bash
Work with GitHub Projects

USAGE
gh project [flags]

CORE COMMANDS
list List projects
list-columns List columns in project
list-cards List cards in a column
create-card Create a new issue and add it as a card to a column
move-card Move card to a different column or within a column

SHOW COMMAND HELP AND USAGE
$ gh project --help

INHERITED FLAGS
--help Show help for command

EXAMPLES
$ gh project list
```