create-makepad-app/README.md

659 B

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.