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

progfay/ForCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forcoder

CLI for download and run test code of AtCoder Contest

oclif Version Downloads/week License

Usage

$ npm install -g forcoder
$ coder COMMAND
running command...
$ coder (-v|--version|version)
forcoder/1.0.2 darwin-x64 node-v11.10.0
$ coder --help [COMMAND]
USAGE
  $ coder COMMAND
...

Commands

coder dl [CONTEST]

download test files from AtCoder Contest

USAGE
  $ coder dl [CONTEST]

OPTIONS
  -h, --help  show help of `coder dl`

See code: src/commands/dl.js

coder help [COMMAND]

display help for coder

USAGE
  $ coder help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

coder login

Describe the command here

USAGE
  $ coder login

OPTIONS
  -n, --name=name  name to print

See code: src/commands/login.js

coder open [TASK]

Open downloaded web page of tasks

USAGE
  $ coder open [TASK]

See code: src/commands/open.js

coder test [TASK]

check the task submission is pass the tests

USAGE
  $ coder test [TASK]

OPTIONS
  -h, --help  show help of `coder test`

See code: src/commands/test.js

About

Command line tool for download and run test code of AtCoder Contest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published