forcoder
v1.0.2
Published
CLI for download and run test code of AtCoder Contest
Downloads
5
Readme
forcoder
CLI for download and run test code of AtCoder Contest
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