# axum-generator ![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.1.0-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/axum_generator/blob/master/LICENSE) 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 ```