Crates.io | rwf-cli |
lib.rs | rwf-cli |
version | 0.1.14 |
source | src |
created_at | 2024-10-15 20:39:14.74794 |
updated_at | 2024-11-27 21:13:32.313722 |
description | Rust Web Framework CLI |
homepage | |
repository | |
max_upload_size | |
id | 1410326 |
size | 74,036 |
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.
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
.
$ rwf-cli --help
📘 The documentation is available here.