rwf-cli-0.1.14 is not a library.
Rwf CLI
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.