Crates.io | actix-generator |
lib.rs | actix-generator |
version | 0.4.4 |
source | src |
created_at | 2020-12-11 08:57:15.92425 |
updated_at | 2022-05-14 20:08:57.875221 |
description | Actix Web Template Generator |
homepage | https://github.com/myyrakle/actix-generator/blob/master/README.md |
repository | https://github.com/myyrakle/actix-generator |
max_upload_size | |
id | 321787 |
size | 45,967 |
You can install it like this:
cargo install actix-generator
If generator is installed, you can create actix project template as follows.
actix new actix_start
If you want to organize your project in the current directory, use the init command.
actix init actix_start