forcoder

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i forcoder

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

16.7 kB

Total Files

10

Last publish

Collaborators

  • progfay