daisyui-matsu-theme
v0.1.6
Published
A CLI tool to add the Matsu theme to your DaisyUI v5+ and TailwindCSS v4+ project
Maintainers
Readme
DaisyUI Matsu Theme CLI
A CLI tool to add the Matsu-theme to your DaisyUI project.

Checkout demo
Prerequisites
- TailwindCSS
v4.0.0or higher - DaisyUI
v5.0.0or higher - A CSS file with
@import "tailwindcss"and@plugin "daisyui"declarations
Installation
# Install globally
npm install -g daisyui-matsu-theme
# Or run directly with npx
npx daisyui-matsu-themeUsage
Navigate to your project directory and run:
npx daisyui-matsu-themeOr if installed globally:
daisyui-matsu-themeWhat it does
- Checks if TailwindCSS v4+ is installed
- Checks if DaisyUI v5+ is installed
- Finds CSS/SCSS files with
@import "tailwindcss"and@plugin "daisyui" - Adds the Matsu theme to those files
License
MIT
