Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

gmurayama/google-classroom-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Classroom Cli

CLI tool to automate commands using Google Classroom API

Getting Started

These instructions will guide you through project deployment and development process. For further questions, see the doc files (under development).

Prerequisites

The project uses .NET Core framework to run. Visit Microsoft page to download.

Building

Clone project using this command:

git clone https://github.com/gmurayama/google-classroom-cli.git

In the project root directory, restore the NuGet packages

dotnet restore

And build using

dotnet build

The compiled code will be found in the debug folder of GoogleClassroom.Service

Deployment

After build the project, run the DLL using

dotnet GoogleClassroomCli.Service.dll <args>

Commandline Options

  add-student      Add a student into a course
  exec-commands    Import a command list to be executed
  help             Display more information on a specific command.
  version          Display version information.

References

Built With

Contributors

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

About

CLI tool to automate tasks via Google Classroom API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages