mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-22 11:51:52 +00:00
added pypi version badge
This commit is contained in:
parent
b1c5ac31b9
commit
4da0f77727
2 changed files with 5 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ Find common formatting issues and *reformat* HTML templates.
|
|||
|
||||
Ps, ``--check`` it out on other templates as well!
|
||||
|
||||
[](https://codecov.io/gh/Riverside-Healthcare/djlint) [](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml) [](https://www.codacy.com/gh/Riverside-Healthcare/djlint/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Riverside-Healthcare/djlint&utm_campaign=Badge_Grade) [](https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability) [](https://pepy.tech/project/djlint)[](https://discord.gg/taghAqebzU)
|
||||
[](https://codecov.io/gh/Riverside-Healthcare/djlint) [](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml) [](https://www.codacy.com/gh/Riverside-Healthcare/djlint/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Riverside-Healthcare/djlint&utm_campaign=Badge_Grade) [](https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability) [](https://pepy.tech/project/djlint)[](https://discord.gg/taghAqebzU)[](https://pypi.org/project/djlint/)
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Ps, ``--check`` it out on other templates as well!
|
|||
|
||||
.. image:: /_static/demo.gif
|
||||
|
||||
|codecov| |test| |Codacy Badge| |Maintainability| |Downloads| |chat|
|
||||
|codecov| |test| |Codacy Badge| |Maintainability| |Downloads| |chat| |version|
|
||||
|
||||
.. note:: djLint is not an html parser or syntax validator.
|
||||
|
||||
|
|
@ -80,3 +80,6 @@ Send a pr with a new feature, or checkout the `issue <https://github.com/Riversi
|
|||
:target: https://pypi.org/project/djlint/
|
||||
.. |chat| image:: https://img.shields.io/badge/chat-discord-green
|
||||
:target: https://discord.gg/taghAqebzU
|
||||
.. |version| image:: https://img.shields.io/pypi/v/djlint
|
||||
:target: https://pypi.org/project/djlint/
|
||||
:alt: PyPI
|
||||
|
|
|
|||
Loading…
Reference in a new issue