Skip to content

ujiuji1259/sylver-cli

 
 

Repository files navigation

Sylver logo

Multi-language programmable linter

Installation

Binary releases

curl -s https://sylver.dev/install.sh | bash

From source

Sylver is written in Rust, so you need to have the Rust toolchain installed. You can install it from rustup. To build sylver:

git clone https://github.com/sylver-dev/sylver-cli.git
cd sylver-cli 
cargo build --release

Running your first analysis

The following command will automatically detect the language(s) of your project and install the corresponding rulesets from the registry:

sylver init

You can then run the analysis:

sylver check

The ruleset definitions available at https://github.com/sylver-dev/rulesets.

Writing your own rulesets

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.2%
  • Go 2.2%
  • Shell 1.1%
  • Python 0.5%