yimothysu / actix-gen

Generates api, model, and ops Actix boilerplate for a REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actix-gen

Generates api, model, and ops Actix boilerplate for a REST API.

Set the TEMPLATES_PATH environment variable to the templates directory path (where api.txt, model.txt, and ops.txt are held).

Build

cargo build --release

Usage

actix-gen all <model> <table> (e.g., actix-gen all status statuses)

About

Generates api, model, and ops Actix boilerplate for a REST API.


Languages

Language:Rust 100.0%