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.