Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CLI 2.0 #60

Open
dzemil-sejdija opened this issue Aug 31, 2024 · 1 comment · May be fixed by #61
Open

Support CLI 2.0 #60

dzemil-sejdija opened this issue Aug 31, 2024 · 1 comment · May be fixed by #61
Labels
enhancement New feature or request

Comments

@dzemil-sejdija
Copy link

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

@dzemil-sejdija dzemil-sejdija added the enhancement New feature or request label Aug 31, 2024
@WarningImHack3r
Copy link
Owner

WarningImHack3r commented Aug 31, 2024

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 :)

@WarningImHack3r WarningImHack3r linked a pull request Aug 31, 2024 that will close this issue
10 tasks
@WarningImHack3r WarningImHack3r changed the title Schema support Support CLI 2.0 Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants