Skip to content

1AmNegan/autolabcli

 
 

Repository files navigation

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

About

Command line interface for AutolabJS

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.4%
  • Shell 14.6%