actix-generator

Crates.ioactix-generator
lib.rsactix-generator
version0.4.4
sourcesrc
created_at2020-12-11 08:57:15.92425
updated_at2022-05-14 20:08:57.875221
descriptionActix Web Template Generator
homepagehttps://github.com/myyrakle/actix-generator/blob/master/README.md
repositoryhttps://github.com/myyrakle/actix-generator
max_upload_size
id321787
size45,967
myyrakle (myyrakle)

documentation

https://github.com/myyrakle/actix-generator/blob/master/README.md

README

actix-generator

GitHub license

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
Commit count: 21

cargo fmt