# Clover-Cli
[](https://crates.io/crates/clover-cli)
[](https://github.com/ippan/clover/actions/workflows/build_and_test.yml)

the executable for the [Clover](https://github.com/ippan/clover) scripting language.
## CLI
### Install
use [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) to install the clover-cli
```shell
cargo install clover-cli
```
### Usage
```shell
clover examples/main.luck
```