Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 770 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 770 Bytes

twinc-cli

This package provides a command-line interface for TwinC.

Installation

npm

npm install -g twinc-cli

Yarn

yarn global add twinc-cli

Usage

$ twinc --help           
Usage: twinc [options] <CSV file>

Command-line interface for TwinC.

Arguments:
  CSV file                Path to the file containing the course IDs, such as RSReferCsv.csv

Options:
  -V, --version           output the version number
  -d, --includeDeadlines  include deadlines for advance registrations and course registrations
  -o, --output <path>     output file path (default: stdout)
  -h, --help              display help for command

License

Gnu General Public License v3.0