[![Crates.io](https://img.shields.io/crates/v/cargo-atcoder-extend.svg)](https://crates.io/crates/cargo-atcoder-extend) ![Workflow Status](https://github.com/dijdzv/cargo-atcoder-extend/workflows/Rust/badge.svg) # cargo-atcoder-extend Extended version of [cargo-atcoder](https://github.com/tanakh/cargo-atcoder). ## Features - Get all questions of a given contest in pdf format when using the `cargo atcoder new` command ## Installation Overwrite the cargo-atcoder executable. ```sh cargo install --force cargo-atcoder-extend ``` > If you want to revert to cargo-atcoder, run `cargo install --force cargo-atcoder`. ## Usage See [cargo-atcoder](https://github.com/tanakh/cargo-atcoder) for main usage. - Specify `en` or `ja` for `atcoder.language` in `path/to/cargo-atcoder.toml`