| Crates.io | rustyrails-cli |
| lib.rs | rustyrails-cli |
| version | 0.2.2 |
| created_at | 2023-11-21 15:26:09.121316+00 |
| updated_at | 2023-11-23 07:48:12.588786+00 |
| description | Rustyrails cli website generator |
| homepage | https://docs.rs/rustyrails-cli |
| repository | |
| max_upload_size | |
| id | 1044338 |
| size | 65,951 |
RustyRails-CLI is a command-line tool designed to simplify the process of generating a RustyRails website.
To install RustyRails CLI, use the following command in your terminal:
cargo install rustyrails-cli
This command generates website in your current working directory
rustyrails new
To generate the website in a different directory run the following command
rustyrails new /my-work/websites/
The change the default folder name use --folder-name flag
rustyrails new --folder-name rustyrails-demo