Crates.io | clarity-lint |
lib.rs | clarity-lint |
version | 0.1.1 |
source | src |
created_at | 2021-01-18 02:14:18.901002 |
updated_at | 2021-01-18 19:29:02.667819 |
description | A tool to lint clarity files |
homepage | https://github.com/alexkeating/clarity-lint |
repository | https://github.com/alexkeating/clarity-lint |
max_upload_size | |
id | 343332 |
size | 26,212 |
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