# CodinGame CLI

Simple command-line tool to run programs and test-cases in a CodinGame-style way.

## Options

* `-s, --size <path>` - Get the size of the given file(s)
* `-t, --test <path>` - Parse and run a test file to test your script
* `<file(s)>` - Path to your script
`--save` - Pass this flag to save your current config as `codin.config.json`
