Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 664 Bytes

pcal

Pcal is an open-source project organization and devleopment package

Install

  1. git clone pcal (ssh preferred)
  2. in terminal, cd into the cloned directory, and type pip install .

Help

Usage: pcal [OPTIONS] COMMAND [ARGS]...

Program Calendar for Autograder

Options:

  • --version Show the version and exit.
  • --help Show this message and exit.
  • -f Force command (in development)

Commands:

  • clear Used for testing purposes
  • init Initializes a pcal directory
  • remove Removes a project
  • setup Completes Autograder setup
  • status Lists all projects by due date
  • submit Submits a project to Autograder (in development)