This cli is a work in progress and should not be considered a finished product
A command line tool to lint clarity smart contracts.
Binaries for various platforms can be downloaded from releases section. clarity-linter is available for linux, windows and mac.
If Rust is setup clarity-lint can be installed via cargo
cargo install clarity-lint
Basic functionality of the cli tool is given below:
➜ clarity-lint --help
USAGE:
clarity-lint --file <PATH>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-f, --file <PATH> Species the clarity file to be linted