Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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