axum_cli

GitHub license

You can install it like this:

cargo install axum_cli

generate project

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

add router

If you want to add a new router that implements CRUD templates, run the following command in the root path of your project.

axum router new