All Projects → kirang89 → Cleanify

kirang89 / Cleanify

Licence: wtfpl
Cleans/Beautifies html, js and css files in your project

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cleanify

Programming Book Recommendations List
My personal list of books that I recommend to read if you are a software developer
Stars: ✭ 22 (-74.71%)
Mutual labels:  clean-code
Lc Java
Clean Leetcode solutions in Java
Stars: ✭ 54 (-37.93%)
Mutual labels:  clean-code
Vscode Glean
The extension provides refactoring tools for your React codebase
Stars: ✭ 1,194 (+1272.41%)
Mutual labels:  clean-code
Cascadingtabledelegate
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
Stars: ✭ 931 (+970.11%)
Mutual labels:  clean-code
Flutter pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
Stars: ✭ 972 (+1017.24%)
Mutual labels:  clean-code
Aspnet Core Clean Arch
It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
Stars: ✭ 60 (-31.03%)
Mutual labels:  clean-code
Guardclauses
A simple package with guard clause extensions.
Stars: ✭ 767 (+781.61%)
Mutual labels:  clean-code
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+1363.22%)
Mutual labels:  clean-code
Churn Php
Discover files in need of refactoring.
Stars: ✭ 1,051 (+1108.05%)
Mutual labels:  clean-code
Booking Management Dashboard
flutter Booking Management Dashboard responsive (web,mobile,tablet)
Stars: ✭ 69 (-20.69%)
Mutual labels:  clean-code
Apex Chainable
Chain Batches in a readable and flexible way without hardcoding the successor.
Stars: ✭ 27 (-68.97%)
Mutual labels:  clean-code
Viper Templates
Swift Xcode templates for creating VIPER architecture stacks
Stars: ✭ 33 (-62.07%)
Mutual labels:  clean-code
Apex Domainbuilder
Framework to setup Apex test data in a highly flexible and readable way using the Test Data Builder pattern.
Stars: ✭ 61 (-29.89%)
Mutual labels:  clean-code
Android Architecture Components Kotlin
Clean code App with Kotlin and Android Architecture Components
Stars: ✭ 23 (-73.56%)
Mutual labels:  clean-code
Clean Code Ruby
🛁 Clean Code concepts adapted for Ruby
Stars: ✭ 1,235 (+1319.54%)
Mutual labels:  clean-code
Evergreen Skills Developers
List of evergreen skills, based on software development best practices & cross-framework principles, that should serve as a fair assessment of skilled software engineers / developers
Stars: ✭ 818 (+840.23%)
Mutual labels:  clean-code
Recapproject
Araç Kiralama Sistemi | Engin Demiroğ
Stars: ✭ 57 (-34.48%)
Mutual labels:  clean-code
Android Base
Android Clean Architecture MVP RESTful client template app
Stars: ✭ 87 (+0%)
Mutual labels:  clean-code
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-5.75%)
Mutual labels:  clean-code
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (-21.84%)
Mutual labels:  clean-code

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].