-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from github/zkoppert-patch-1
Add installation, Commands, and Contribution sections to README
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# gh-classroom | ||
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. | ||
|
||
## Installation | ||
|
||
Install the CLI | ||
|
||
```bash | ||
brew install gh | ||
``` | ||
|
||
Install this extension | ||
|
||
```bash | ||
gh extension install github/gh-classroom | ||
``` | ||
|
||
## Commands | ||
|
||
For more information and a list of available commands | ||
|
||
```bash | ||
gh classroom -h | ||
``` | ||
|
||
## Contributions | ||
|
||
At this time we are not open to contributions but hang tight as we are working towards that goal! |