Download the latest executable from the releases page.
# Linux x64 example
curl -sL https://github.com/dobicinaitis/tailwind-cli-extra/releases/latest/download/tailwindcss-extra-linux-x64 -o /tmp/tailwindcss-extra
Make the file executable:
chmod +x /tmp/tailwindcss-extra
Use the CLI tool to scan demo.html for Tailwind CSS and daisyUI classes, and populate style.css with the utilized utility classes.
/tmp/tailwindcss-extra --content demo.html --output style.css
Open demo.html in a browser to see the result.
open demo.html