Skip to content
Zafranudin Zafrin edited this page Sep 8, 2023 · 6 revisions

Welcome!

This is the wiki for WindClutter.

WindClutter aims to provide better developer experience on large project.

Quickly develop your application with TailwindCSS without worry of its aftermath.

This is a bleeding edge project! Use with caution ⚠️

Getting started

To get started, install WindClutter into your system.

$ gem install windclutter

$ cd your_project
$ windclutter use
$ windclutter analysis -f src/index.html

# output
{"px-4"=>1, "py-2"=>1, "bg-primary-100"=>1}

Concept

Currently the CLI is pretty barebone, but I'm planning to add more and more functionalities to it.

Clone this wiki locally