Skip to content

daxida/coctus

 
 

Repository files navigation

CoCtus   Latest Version Docs Build Status

Command line tool that allows you to play Clash of Code style problems locally on your computer.

Demo

coctus demo

Usage

Detailed user guide is available in the wiki.

Installation

The program has only been tested on Linux and Windows. Other platforms may or may not work!

(Option 1) Install latest release from crates.io

$ cargo install coctus

(Option 2) Download latest release as a pre-built executable

Download the latest binary for your operating system from releases and extract it somewhere on your $PATH.

(Option 3) Build from source (recommended for developers)

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=.

Contributing

Use Github issues for bug reports and features requests. Pull requests are also welcome, but please open an issue beforehand to discuss bigger changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 84.4%
  • Jinja 11.0%
  • Python 3.5%
  • Just 1.1%