# Rwf CLI [![Documentation](https://img.shields.io/badge/documentation-blue?style=flat)](https://levkk.github.io/rwf/) [![Latest crate](https://img.shields.io/crates/v/rwf-cli.svg)](https://crates.io/crates/rwf-cli) [Rwf](https://levkk.github.io/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](https://levkk.github.io/rwf/)**.