| Crates.io | axum_generator |
| lib.rs | axum_generator |
| version | 0.1.0 |
| created_at | 2023-05-31 17:27:15.86143+00 |
| updated_at | 2023-05-31 17:27:15.86143+00 |
| description | Axum Web Template Generator |
| homepage | https://github.com/myyrakle/axum_generator/blob/master/README.md |
| repository | https://github.com/myyrakle/axum_generator |
| max_upload_size | |
| id | 879002 |
| size | 51,289 |
You can install it like this:
cargo install axum_generator
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