Command line tool that allows you to play Clash of Code style problems locally on your computer.
Detailed user guide is available in the wiki.
The program has only been tested on Linux and Windows. Other platforms may or may not work!
$ cargo install coctus
Download the latest binary for your operating system from releases and extract it somewhere on your $PATH
.
This method requires git
and a relatively recent (1.74.1+) version of the Rust toolchain.
$ git clone https://github.com/Andriamanitra/coctus
$ cargo install --path=.
Use Github issues for bug reports and features requests. Pull requests are also welcome, but please open an issue beforehand to discuss bigger changes.