Skip to main content

Getting started

Sylver is a language-agnostic source code analyzer.

Build a declarative spec for any programming language or data format using the meta language, and you'll unlock Sylver's powerful source code query engine to explore your codebase and create custom linters!

Installation

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

Running your first analysis

Run the following command at the root of your project/monorepo to automatically detect the language of your projects and install the appropriate rulesets from the registry:

sylver init

You will then be able to run the actual analysis with:

sylver check

Where to go from here