yudukikun5120 / twinc-cli

Command-line interface for TwinC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command-line interface for TwinC

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%