atcoder-go

command module
v0.0.0-...-ca8e88b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2023 License: MIT Imports: 1 Imported by: 0

README

atcoder-go

This is the go-library and CLI for atcoder.jp. Under development.

Architecture and development environment

Directoriy -> description

  • /.devcontainer -> This project supports devcontainer. Please use this.
  • /atcodergo -> Library for golang. First, you should see client.go.
  • /cmd -> CLI tool which uses atcodergo. /cmd/*.go only parse flags, initialize configs and call handlers.
    • /handler -> /handler/*.go takes responsibility for the core procedure.
  • /example -> Example program. Run go run ./example/main.go. It has some unused functions, so edit (comments out) to show more complex ones.

TODOs

  • add tests
  • set log level
    • and output logs
  • support custom template
    • use external program
    • generate boilerplate for each task
    • [input signature] -> [custom program] -> [template]
  • show submit results
    • lib-level and CLI-level
  • switch language (jp or en)
  • create contest dir with interactive prompt
  • extract parse sections

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
cmd is package to parse args and options.
cmd is package to parse args and options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL