DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.46k stars 786 forks source link

Use cargo-run-bin to have per-project dioxus-cli installs #2151

Open jkelleyrtp opened 6 months ago

jkelleyrtp commented 6 months ago

Feature Request

It's a pain to test out variants of the CLI or attempting to migrate old projects. We should introduce something like: https://github.com/dustinblackman/cargo-run-bin

into the CLI so it's smart enough to choose the right driver on the fly.