Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/cleanify
Cleans/Beautifies html, js and css files in your project
https://github.com/kirang89/cleanify
clean-code css html javascript python
Last synced: 3 months ago
JSON representation
Cleans/Beautifies html, js and css files in your project
- Host: GitHub
- URL: https://github.com/kirang89/cleanify
- Owner: kirang89
- License: wtfpl
- Created: 2013-03-07T18:48:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T23:21:19.000Z (over 7 years ago)
- Last Synced: 2024-08-07T23:23:12.139Z (6 months ago)
- Topics: clean-code, css, html, javascript, python
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 86
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cleanify
## Overview
A bot that beautifies html, js and css files inside your project.
Everyone may not have beautifier plugins installed in their editor. So sometimes code written may be
messy. And it's a pain to beautify all your files in one go. Cleanify solves that problem by allowing u to clean all your web files right from the command
line.What's even better ? Cleanify **asynchronously** cleans up your files, so it's fast, even for large projects.
## Installation
First install dependencies. To do that run
pip install -r requirements.txt
If you do not have the js-beautifier module for python installed, run ```./install_jsbeautifier.sh```
## Running
python cleanify.py /path/to/dir
## Contributing
No code is perfect, so feel free to send me a pull request or create a git issue :)
## License
http://www.tldrlegal.com/l/WTFPL