HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang
Find a file
Christopher Pickering 6465f709d1
reformatted
2022-01-24 09:03:25 -06:00
.github reformatted 2022-01-24 09:03:25 -06:00
docs reformatted 2022-01-24 09:03:25 -06:00
src fixed #171, added test 2022-01-14 09:12:19 -06:00
tests passed tests and lint 2022-01-14 09:29:21 -06:00
.coveragerc fixed test coverage 2021-08-17 08:56:40 -05:00
.gitignore updated release and gitignore 2022-01-03 16:50:21 -06:00
.pre-commit-config.yaml also exclude nunj and musta 2021-12-14 09:57:37 +01:00
.pre-commit-hooks.yaml Make the repo a pre-commit hook. 2021-11-12 01:30:16 +00:00
icon.xcf updated docs 2022-01-03 16:45:58 -06:00
LICENSE initial commit 2021-07-12 13:26:46 -05:00
MANIFEST.in updated formatter and docs 2021-07-29 13:41:34 -05:00
poetry.lock Updates PyYAML to 6.0. 2021-11-10 19:12:49 -05:00
pyproject.toml updated version 2022-01-14 09:30:40 -06:00
README.md fixed readme 2022-01-04 08:42:12 -06:00
setup.cfg fixed #147, added tests 2021-11-26 13:06:05 +01:00
tox.ini updated docs 2022-01-03 16:45:58 -06:00

djLint Logo

Find common formatting issues and reformat HTML templates.

Django · Jinja · Nunjucks · Twig · Handlebars · Mustache · GoLang

Ps, --check it out on other templates as well!

codecov test Codacy Badge Maintainability Downloadschat PyPI

Documentation

Read the documentation

Installation and Usage

djLint can be installed with pip install djlint, and is easy to run:

# to lint a directory
djlint /path

# to lint a directory with custom extension
djlint /path -e html.dj

# to check formatting on a file
djlint /path/file.html.j2 --check

# to reformt a directory without printing the file diff
djlint /path --reformat --quiet

# using stdin
echo "<div></div>" | djlint -

Show your format

Add a badge to your projects readme.md:

[![Code style: djlint](https://img.shields.io/badge/html%20style-djlint-blue.svg)](https://github.com/Riverside-Healthcare/djlint)

Add a badge to your readme.rst:

.. image:: https://img.shields.io/badge/html%20style-djlint-blue.svg
   :target: https://github.com/Riverside-Healthcare/djlint

Looks like this:

djLint

Contributing

Send a pr with a new feature, or checkout the issue list and help where you can.