Home

@autolabjs/autolabcli 0.1.1

AutoLab CLI

Code Climate Known Vulnerabilities Coverage Status Build Status

A client command line interface for submissions to AutolabJS.

Commands

  • autolab init - Initializes local repository and authenticates
  • autolab exit - Wipes off the credentials from the system
  • autolab git create - Creates a repository on Gitlab
  • autolab git delete - Deletes the specified repository from Gitlab
  • autolab git push - Adds, commits, pushes the code
  • autolab prefs changeserver - To change the host of the gitlab server
  • autolab prefs changelang - To change the language of the code submission
  • autolab submit - To submit the code to JavaAutolab and fetch the results
  • autolab help - Print help manual

Check Assignment Submission Instructions for the sequence of commands.

Installation

npm install -g @autolabjs/autolabcli

License

GNU General Public License