rwf-cli

Crates.iorwf-cli
lib.rsrwf-cli
version0.1.14
sourcesrc
created_at2024-10-15 20:39:14.74794
updated_at2024-11-27 21:13:32.313722
descriptionRust Web Framework CLI
homepage
repository
max_upload_size
id1410326
size74,036
Lev Kokotov (levkk)

documentation

README

Rwf CLI

Documentation Latest crate

Rwf comes with its own command-line tool that helps managing projects. The CLI can generate code for controllers, models, and migrations, and deploy Rwf-powered applications to production.

Installation

You can install rwf-cli using cargo:

$ cargo install rwf-cli

The CLI should now be available globally. If not, make sure that ~/.cargo/bin/ is in your PATH.

Using the CLI

$ rwf-cli --help

Documentation

📘 The documentation is available here.

Commit count: 0

cargo fmt