gumbo

Crates.iogumbo
lib.rsgumbo
version
sourcesrc
created_at2024-05-21 13:08:19.512944+00
updated_at2025-05-10 15:11:45.076684+00
descriptionBest of the best rust projects all mixed together into a website framework
homepage
repositoryhttps://github.com/lex148/gumbo
max_upload_size
id1246834
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(lex148)

documentation

README

Gumbo

Best of the best rust projects all mixed together

Gumbo

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.

Installation

You can easily install Gumbo using Cargo, Rust's package manager. Simply run the following command:

cargo install gumbo

Basic Usage

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

cargo fmt