5 releases
0.1.14 | Nov 27, 2024 |
---|---|
0.1.6 | Nov 18, 2024 |
0.1.3 | Oct 15, 2024 |
0.1.2 | Oct 15, 2024 |
0.1.0 | Oct 15, 2024 |
#1529 in Web programming
328 downloads per month
23KB
573 lines
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.
Dependencies
~17–31MB
~523K SLoC