| Crates.io | gumbo |
| lib.rs | gumbo |
| version | 0.1.24 |
| created_at | 2024-05-21 13:08:19.512944+00 |
| updated_at | 2025-09-05 13:14:22.320605+00 |
| description | Best of the best rust projects all mixed together into a website framework |
| homepage | |
| repository | https://github.com/lex148/gumbo |
| max_upload_size | |
| id | 1246834 |
| size | 387,886 |
Gumbo is a powerful and easy-to-use CLI tool designed to help you quickly interact with Welds-ORM, Scaffold websites, or Actix. It is built for each of these pieces individually or as a tool to work with them all together.
You can easily install Gumbo using Cargo, Rust's package manager. Simply run the following command:
cargo install gumbo
Initialize a New Project
To create a new project, use the following command:
gumbo init projectname
Generate a Scaffold
To generate a scaffold for a new resource, use:
gumbo generate scaffold resource field1:type field2:type
Generate a Controller
To generate a controller with specific actions, use:
gumbo generate controller controllername action:method