5 releases
new 0.3.1 | Mar 24, 2023 |
---|---|
0.3.0 | Dec 11, 2022 |
0.1.4 | Mar 21, 2022 |
0.1.1 | Jan 9, 2022 |
0.1.0 | Jan 20, 2021 |
#185 in Testing
646 downloads per month
150KB
3.5K
SLoC
📦✨ Dioxus CLI
Tooling to supercharge Dioxus projects
Installation
Install stable version
cargo install dioxus-cli
Install from git repository
cargo install --git https://github.com/DioxusLabs/cli
Install from local folder
cargo install --path . --debug
Get Started
Use dioxus create project-name
to initialize a new Dioxus project.
It will be cloned from the dioxus-template repository.
Alternatively, you can specify the template path:
dioxus create hello --template gh:dioxuslabs/dioxus-template
Dioxus Config File
Dioxus CLI will use Dioxus.toml
file to Identify some project info and switch some cli feature.
You can get more configure information from Dioxus CLI Document.
Dependencies
~59MB
~1M SLoC