Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virkillz/tailupgrade
Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0
https://github.com/virkillz/tailupgrade
Last synced: 13 days ago
JSON representation
Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0
- Host: GitHub
- URL: https://github.com/virkillz/tailupgrade
- Owner: virkillz
- Created: 2019-06-13T03:39:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T08:57:03.000Z (over 5 years ago)
- Last Synced: 2024-09-21T21:26:25.908Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailupgrade
Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0
![Screenshot](screenshot/img.png "Screenshot Tailupgrade")
[Tailwind CSS](https://tailwindcss.com) 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](https://tailwindcomponents.com/) 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](https://tailwindcss.com/docs/upgrading-to-v1)
Usage:
``` npm install -g tailupgrade ```
``` tailupgrade ```
Give directory containing html files as argument, it will convert all class name and save it under 'output' folder in the same directory.