📦✨ dioxus-cli
Tooling to supercharge dioxus projects
dioxus-cli (inspired by wasm-pack and webpack) is a tool to help get dioxus projects off the ground. It handles all the build, development, bundling, and publishing to make web development simple.
## Installation
```shell
# for stable
$ cargo install dioxus-cli
# for latest
$ cargo install --git https://github.com/DioxusLabs/cli
# for developing
$ cargo install --path . --debug
```
Now, `dioxus` is in your path, you can use `dioxus --help` to get the help document.
```
dioxus 0.1.2
Build, bundle, & ship your Dioxus app
USAGE:
dioxus [FLAGS]