Skip to main content

Getting Started

Start by installing curlylint with pip:

pip install curlylint

We support all active Python releases.

Make sure curlylint is correctly installed by running:

curlylint --version
curlylint --help

You can start linting!

curlylint template-directory/
# Or,
curlylint some-file.html some-other-file.html

Without any configuration, curlylint will only parse the templates and not run any linting rules. Have a look at our other documentation pages to make the most of it.