Commit Graph

8 Commits

Author SHA1 Message Date
zernonia
b2f2981377 refactor: transform tw prefix by specific case 2024-06-19 08:53:16 +08:00
zernonia
7033b4b02f refactor: goodbye ts-morph 2024-06-18 22:17:01 +08:00
zernonia
42d6cfd252 chore: checkpoint 2024-06-18 20:45:09 +08:00
zernonia
386c77c9c6 fix: prevent transforming importDeclaration 2024-06-18 16:49:17 +08:00
zernonia
0f551c85e6 fix: cater for cn function 2024-06-18 14:49:59 +08:00
zernonia
511ae6a62e chore: enable tw prefix 2024-06-18 10:42:55 +08:00
Sadegh Barati
d34c620055
chore: lint and enable Volar hybrid mode (#419)
* chore: update deps

* feat: enable Volar hybrid mode

* chore: lint

* chore: build registry
2024-03-20 22:29:42 +03:30
Sadegh Barati
0e84af73de
feat: use unjs modules and improve cli from main shadcn-ui source, custom ui dir (#324)
* feat: add devDeps, add nypm for installing deps

* feat: custom ui dir

* refactor: use consola instead of chalk

* test: ui alias

* refactor: import { z } from 'zod' instead of *, replace node:path with pathe

* chore: add components name to `configFile` option

* chore: update `c12` which fix json5 parse issue

and it also supports .config directory

* chore: update `https-proxy-agent`

* fix: await until dependencies are installed then run detypes process

* feat: add tailwind prefix

* test: tw-prefix snapshot

* chore: add prefix option to init

* test: apply prefix

* fix: tw-prefix parse wrongly

* chore: hide prefix temporarily

---------

Co-authored-by: zernonia <zernonia@gmail.com>
2024-03-06 05:38:19 +03:30