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-extraMake the file executable:
chmod +x /tmp/tailwindcss-extraUse the CLI tool to scan demo.html for Tailwind CSS and daisyUI classes, and populate output.css with the utilized utility classes.
/tmp/tailwindcss-extra --input input.css --output output.cssOpen demo.html in a browser to see the result.
open demo.html