rwf-cli 0.1.14

Rust Web Framework CLI
rwf-cli-0.1.14 is not a library.

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.