GH-PROJECT-CREATE(1) GitHub CLI manual GH-PROJECT-CREATE(1)

gh-project-create - Create a project

gh project create [flags]

Output format: {json}
Filter JSON output using a jq expression
Login of the owner. Use "@me" for the current user.
Format JSON output using a Go template; see "gh help formatting"
Title for the project

# create a new project owned by login monalisa
gh project create --owner monalisa --title "a new project"

gh-project(1)

Apr 2024