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
- macOS, Linux & WSL
- Windows
curl -s https://sylver.dev/install.sh | bash
Download the Windows binary and move it to a location in your $PATH.
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