Go to file
aOK 117a0fc5ed first commit 2023-12-11 23:23:39 +03:00
.cargo first commit 2023-12-11 23:23:39 +03:00
packages/cli first commit 2023-12-11 23:23:39 +03:00
.gitignore first commit 2023-12-11 23:23:39 +03:00
Cargo.toml first commit 2023-12-11 23:23:39 +03:00
README.md first commit 2023-12-11 23:23:39 +03:00

README.md

cargo run my-app

Rapidly scaffold out a new Makepad app project.

Usage

Cargo:

cargo install create-makepad-app
cargo create-makepad-app

# cargo
cargo create-makepad-app my-app --template counter --manager cargo

Currently supported template presets include:

  • counter
  • simple stack navigation
  • simple login

You can use . for the project name to scaffold in the current directory.

Semver

create-makepad-app is following Semantic Versioning 2.0.

Licenses

Code: (c) 2022.

MIT or MIT/Apache 2.0 where applicable.