WarningImHack3r / intellij-shadcn-plugin

Add, update and delete your shadcn/ui components without leaving your IDE
5 stars 1 forks source link

Support CLI 2.0 #60

Open dzemil-sejdija opened 2 months ago

dzemil-sejdija commented 2 months ago

What problem are you trying to solve?

Extend aliases - At the moment aliases support only componets, utils,ui @Serializable class Aliases( val components: String, val utils: String, val ui: String? = null ) : Config.Aliases(). But in schema - u can also find hooks/lib etc.

If components.json for example contains "hooks" it throws an error

Describe the solution you’d like

"hooks": "@/hooks",
"lib": "@/lib",

Dont throw an error when opening plugin

Describe any alternatives you’ve also considered

No response

WarningImHack3r commented 2 months ago

Hi! I see shadcn dropped his big announcement earlier today, thanks for letting me know!

At first glance it seems like there are a lot of new things/ways you can now install, I'll update my plugin accordingly :)