A client command line interface for submissions to JavaAutolab.
autograder init
- Takes the credentials.autograder exit
- Wipes off the credentials. Will have to do an init again, to work with autograder.autograder online create
- Creates a repository on gitlabautograder online delete
- Deletes the specified repositoryautograder online changehost
- To change the host of the gitlab serverautograder push
- Adds, commits, pushes the codeStill coming
autograder submit
- To submit the code to JavaAutolabautograder result
- To fetch the results$ git clone https://github.com/SebastinSanty/autograder-cli
$ cd autograder-cli
Install all dependencies
$ npm install -g
Also a gitlab application should be running on localhost:80 (use docker)