1.1.2 • Published 7 years ago

github-classroom-get v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Downloading assignments from the GitHub Classroom made is

Install

npm install -g github-classroom-get

This will install the script globally and add it to the $PATH.

Usage

To use this script, you need to create an access token on GitHub. Make sure that the token has repo scope access.

You can then call:

github-classroom-get --org --user --token --assignment --save

This will create a new folder in the local directory named '' and it will download all assignments in there.

If you specify the optional --save argument, it will save the organization, user and token to credentials.json file in the current directory. Future calls can then be made as github-classroom-get --assignment <assignment>

#License

The following script is distributed under the MIT License.

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago