virkillz / tailupgrade

Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailupgrade

Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0

Screenshot

Tailwind CSS is very handy framework to write CSS in a fast and manageable way, with very small footprint and doesn't impose any design decision. So many component are available and shared accross internet. Including Tailwindcomponent However with the recent upgrade to stable version, many component need to be modified.

This small tool is simple converter to replace all your tailwind html file into compatible with v 1.x following Tailwind upgrade guide

Usage:

npm install -g tailupgrade

tailupgrade <path>

Give directory containing html files as argument, it will convert all class name and save it under 'output' folder in the same directory.

About

Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0


Languages

Language:JavaScript 100.0%