No description
Find a file
Jonathan Kelley 97abba4e3b
Merge pull request #9 from oovm/master
Replace StructOpt with Clap
2022-02-13 13:05:48 -05:00
.github/workflows ci: release build workflow 2022-01-10 15:21:26 +08:00
.vscode wip: move to tokio/axum/etc 2021-12-29 12:03:21 -05:00
extension Refactor extension, make it easy to maintain and unique to register 2022-01-27 15:54:49 +08:00
src Fix format and clippy 2022-02-10 04:02:09 +08:00
tests Fix compiler errors 2022-02-09 16:11:02 +08:00
.gitignore Replace struct-opt with clap 2022-02-07 05:28:18 +08:00
Cargo.toml Fix compiler errors 2022-02-09 16:11:02 +08:00
out.rsx feat: publish cli 2022-01-09 00:23:58 -05:00
README.md Replace struct-opt with clap 2022-02-07 05:28:18 +08:00
rustfmt.toml Fix format and clippy 2022-02-10 04:02:09 +08:00
test.html feat: publish cli 2022-01-09 00:23:58 -05:00
TODO.md wip: move to tokio/axum/etc 2021-12-29 12:03:21 -05:00

📦 dioxus-cli

Tooling to supercharge dioxus projects

Dioxus Logo

About

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

# 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.