0.0.6 • Published 4 years ago

informatics v0.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

informatics

A toolkit for Informatics ICPC judging system

oclif Version Downloads/week License

Usage

$ npm install -g informatics
$ informatics COMMAND
running command...
$ informatics (-v|--version|version)
informatics/0.0.6 darwin-x64 node-v11.13.0
$ informatics --help [COMMAND]
USAGE
  $ informatics COMMAND
...

Commands

informatics exportall [PATH]

Export all your parcels from Informatics

USAGE
  $ informatics exportall [PATH]

OPTIONS
  -d, --debug   Debug mode
  -k, --onlyOK  Only export parcels marked as "OK"

See code: src/commands/exportall.js

informatics help [COMMAND]

display help for informatics

USAGE
  $ informatics help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

informatics login

Log in with your Informatics account

USAGE
  $ informatics login

See code: src/commands/login.js