No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-14 16:49:35 -05:00
.github Fix workflow step order for setup-go 2026-01-09 21:55:20 +00:00
cmd/gh-classroom Fix golangci-lint findings 2026-01-09 22:08:57 +00:00
pkg/classroom chore(deps): bump cli/cli/v2 to v2.63.1 2026-01-09 20:53:48 +00:00
.gitignore Implementation for issue #4 2023-09-14 15:37:05 -06:00
CODE-OF-CONDUCT.md Open source the CLI. 2023-08-14 20:08:41 +00:00
CODEOWNERS stabilize -> lifecycle 2026-07-14 16:16:06 -05:00
CONTRIBUTING.md Correct golangci-lint link 2025-08-20 16:40:46 -05:00
go.mod Bump github.com/cli/go-gh/v2 in the go_modules group across 0 directory 2026-01-09 21:44:49 +00:00
go.sum Bump github.com/cli/go-gh/v2 in the go_modules group across 0 directory 2026-01-09 21:44:49 +00:00
LICENSE Initial commit 2023-03-15 14:59:13 -04:00
LICENSE.txt Open source the CLI. 2023-08-14 20:08:41 +00:00
main.go Open source the CLI. 2023-08-14 20:08:41 +00:00
main_test.go Open source the CLI. 2023-08-14 20:08:41 +00:00
README.md classroom deprecation notice 2026-07-13 15:30:34 +00:00
SECURITY.md Open source the CLI. 2023-08-14 20:08:41 +00:00
SUPPORT.md Open source the CLI. 2023-08-14 20:08:41 +00:00

GitHub Classroom CLI

⚠️ WARNING ⚠️ Closing down notice: This extension is deprecated. The GitHub Classroom application that provides data for gh classroom is sunsetting, so this extension will stop working as that shutdown completes. For more information, see the GitHub Classroom sunset notice.

GitHub Classroom CLI Extension is a powerful and easy-to-use command line tool that enhances the functionality of the GitHub CLI, specifically tailored for educators using GitHub Classroom.

Learn more about how to use this extension on docs.github.com

Background

Requirements

Installation

  • Install Homebrew
  • Install the gh cli
    brew install gh
    
  • Install this extension
    gh extension install github/gh-classroom
    
  • To update this extension
    gh extension upgrade classroom
    

Commands

For more information and a list of available commands

gh classroom -h

License

This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.

Maintainers

See CODEOWNERS

Support

See SUPPORT

Additional Resources