https://github.com/sveetch/chalumo
A simple script to lint, diff or reformat HTML 'class' attribute values
https://github.com/sveetch/chalumo
Last synced: about 1 year ago
JSON representation
A simple script to lint, diff or reformat HTML 'class' attribute values
- Host: GitHub
- URL: https://github.com/sveetch/chalumo
- Owner: sveetch
- License: mit
- Created: 2022-07-15T23:25:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T01:43:09.000Z (almost 4 years ago)
- Last Synced: 2024-03-22T21:20:34.273Z (about 2 years ago)
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _Click: https://click.palletsprojects.com
=============================
Chalumo - a HTML class linter
=============================
A simple script to lint, diff or reformat HTML 'class' attribute values
Dependancies
************
* `Python`_>=3.7;
* `Click`_>=8.0;
* `Django`_>=3.1,<4.0;
Links
*****
* (Not yet published) Read the documentation on `Read the docs `_;
* (Not yet released) Download its `PyPi package `_;
* Clone it on its `Github repository `_;