clarity-lint

Crates.ioclarity-lint
lib.rsclarity-lint
version0.1.1
sourcesrc
created_at2021-01-18 02:14:18.901002
updated_at2021-01-18 19:29:02.667819
descriptionA tool to lint clarity files
homepagehttps://github.com/alexkeating/clarity-lint
repositoryhttps://github.com/alexkeating/clarity-lint
max_upload_size
id343332
size26,212
Alexander Keating (alexkeating)

documentation

README

clarity-linter

This cli is a work in progress and should not be considered a finished product

A command line tool to lint clarity smart contracts.

Installation

Binaries for various platforms can be downloaded from releases section. clarity-linter is available for linux, windows and mac.

Releases

If Rust is setup clarity-lint can be installed via cargo

cargo install clarity-lint

Quickstart

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
Commit count: 0

cargo fmt