turned template into create cli

This commit is contained in:
2025-07-25 01:08:04 +02:00
parent 1b71b472a7
commit 028f287067
85 changed files with 3774 additions and 3292 deletions

View File

@@ -0,0 +1,4 @@
export { primitives } from "./primitives";
export { default as variables } from "./variables";
export { default as brandColors } from "./brand-colors";
export { default as config } from "./tailwind.config";