Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rethab/gh-project
- Owner: rethab
- License: mit
- Created: 2021-09-01T06:29:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T14:53:19.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:55:19.236Z (3 months ago)
- Topics: bash, cli, gh-extension, github, hacktoberfest
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rethab/gh-project - github cli extension to work with projects (Shell)
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 ProjectsUSAGE
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 columnSHOW COMMAND HELP AND USAGE
$ gh project --helpINHERITED FLAGS
--help Show help for commandEXAMPLES
$ gh project list
```