You can install it like this:
cargo install axum_cli
If generator is installed, you can create axum project template as follows.
axum new first_project
If you want to organize your project in the current directory, use the init command.
axum init first_project