Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.